v1

latestOpenAPI 3.1.0MIT2026-07-134413.5 KB
General

Get API Information

Returns information about the API including version, available endpoints, and service status.

get/

Response

API information

namestring required
versionstring required
descriptionstring
endpointsstring[] required
documentationstring

Example response

{
  "name": "SuperDoc API",
  "version": "1.0.0",
  "description": "High-performance document conversion API",
  "endpoints": [
    "/v1/convert",
    "/v1/public/convert",
    "/v1/health"
  ],
  "documentation": "https://docs.superdoc.dev"
}
All 4 operations