General
Get API Information
Returns information about the API including version, available endpoints, and service status.
get/
Response
API information
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"
}