Find APIs using natural language
Search for APIs by describing what you need. Uses semantic search to find the most relevant endpoints.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 |
|---|---|
results | Array of APIs, each containing matching endpoints |
results[].slug | API identifier to use with /v1/run |
results[].endpoints[].path | Endpoint path to use with /v1/run |
results[].endpoints[].verified | Whether the API is verified by Orthogonal |
results[].endpoints[].score | Relevance score (0-1, higher is better) |
count | Total number of endpoints returned |
slug and path from search results can be used directly with the Run API: