Get all available APIs and endpoints
List all discoverable APIs and their endpoints. Useful for browsing the catalog or building custom search interfaces.Documentation Index
Fetch the complete documentation index at: https://docs.orthogonal.com/llms.txt
Use this file to discover all available pages before exploring further.
| Field | Description |
|---|---|
apis | Array of APIs with their endpoints |
apis[].slug | API identifier for use with /v1/run |
apis[].verified | Whether Orthogonal has verified this API |
apis[].endpoints | All available endpoints for this API |
count | Number of APIs returned |
totalEndpoints | Total number of endpoints across all APIs |
pagination.hasMore | Whether more results are available |
limit and offset to paginate:
| Use Case | Endpoint |
|---|---|
| Find APIs for a specific task | POST /v1/search with natural language |
| Browse all available APIs | GET /v1/list-endpoints |
| Get details for one endpoint | POST /v1/details |