Bring your own editor UI. Use SuperDoc as the document engine underneath. Read the announcement →
curl --request GET \
--url https://api.superdoc.dev/v1/health{
"status": "healthy",
"timestamp": "2024-01-15T10:30:00Z",
"version": "1.2.3",
"deployment": {
"region": "us-east1",
"environment": "production"
}
}Check API availability. No authentication required. Returns 200 when healthy.
curl --request GET \
--url https://api.superdoc.dev/v1/health{
"status": "healthy",
"timestamp": "2024-01-15T10:30:00Z",
"version": "1.2.3",
"deployment": {
"region": "us-east1",
"environment": "production"
}
}Documentation Index
Fetch the complete documentation index at: https://superdoc-caio-sd-2929-configurable-toolbar.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Was this page helpful?