The TurboFiles API follows the JSON:API specification and requires HTTPS for all requests.Documentation Index
Fetch the complete documentation index at: https://docs.turbofiles.io/llms.txt
Use this file to discover all available pages before exploring further.
Requirements
All requests must be sent tohttps://api.turbofiles.io using HTTPS. Any HTTP requests will be rejected.
Authenticated endpoints require valid API credentials, and all requests must include these JSON:API headers:
Authentication
TurboFiles uses API keys for request authentication. You can manage your keys through the TurboFiles dashboard. Here’s an example authenticated request:Pagination
TurboFiles uses cursor-based pagination for all list endpoints. Each paginated response includes alinks object containing URL-encoded navigation paths:
links.next URL.
Each response also includes pagination metadata:
page[size]: Number of results per page (default: 10, range: 1-100)page[after]: Cursor for fetching results after this pointpage[before]: Cursor for fetching results before this point