API Reference
Complete reference for the Doslarb Cloud REST API.
Authentication
Include your API key in the Authorization header as a Bearer token. All requests must use HTTPS.
Authorization: Bearer YOUR_API_KEYError Codes
| Status Code | Error Type | Description |
|---|---|---|
| 400 | invalid_request | Malformed request body or missing required fields |
| 401 | unauthorized | Missing or invalid API key |
| 413 | file_too_large | Audio file exceeds maximum size limit |
| 415 | unsupported_media_type | Audio format not supported |
| 429 | monthly_limit_exceeded | Monthly plan limit reached. Upgrade to continue. |
| 503 | service_unavailable | STT engine temporarily unavailable. Retry after delay. |