Really hoping to take advantage of this.
Unfortunately not. The source code is there and fairly readable though.
For anyone that stumbles across this thread in the future, this is what I was needing.
https://www.domain.com/wp-json/wp-super-cache/v1/settings
with get request = get cache
with post request = delete cache
https://www.domain.com/wp-json/wp-super-cache/v1/status
with get request = get status
https://www.domain.com/wp-json/wp-super-cache/v1/stats
with get request = get stats
https://www.domain.com/wp-json/wp-super-cache/v1/cache
with get request = get cache
with post request = delete cache
https://www.domain.com/wp-json/wp-super-cache/v1/preload
with post request = preload cache
https://www.domain.com/wp-json/wp-super-cache/v1/cache/test
with post request = test cache
https://www.domain.com/wp-json/wp-super-cache/v1/plugins
with get request = get plugins
with post request = update plugins
where is the source for the api
@grizzlysmit it’s in the wp-super-cache/rest/ directory.