https://api.orthogonal.com
Overview
API Reference
Complete reference for the Orthogonal API
Base URL:
Error responses:
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Complete reference for the Orthogonal API
https://api.orthogonal.com
Authorization: Bearer orth_live_xxxxxxxxxxxx
| Method | Endpoint | Description |
|---|---|---|
| POST | /v1/search | Search APIs with natural language |
| POST | /v1/details | Get endpoint parameters |
| POST | /v1/integrate | Get code snippets |
| GET | /v1/list-endpoints | List all available APIs |
| Method | Endpoint | Description |
|---|---|---|
| POST | /v1/run | Call any API endpoint |
{
"success": true,
"data": { ... },
"requestId": "run_xxxxx"
}
{
"success": false,
"error": "Error message",
"code": "ERROR_CODE"
}
| Code | Description |
|---|---|
UNAUTHORIZED | Invalid or missing API key |
INSUFFICIENT_CREDITS | Account balance too low |
RATE_LIMITED | Too many requests |
NOT_FOUND | API or endpoint not found |
UPSTREAM_ERROR | Error from the API provider |
