Services
Discover which services are enabled and what each costs. This endpoint is public — useful for driving a service picker in your UI without exposing a key.
GET
/v1/services Public curl https://api-ocr.vanguardinitiative.com/v1/services200 Enabled services
{
"status": "success",
"services": [
{ "id": "ocr", "credits": 1, "scope": "ocr" },
{ "id": "stt", "credits": 5, "scope": "stt" },
{ "id": "tts", "credits": 2, "scope": "tts" },
{ "id": "chat", "credits": 0, "scope": "chat" }
]
}Each entry lists the service id, the credits a call costs, and the scope a key
must hold to call it.