https://api.orth.sh
Authentication
All endpoints require an API key in the Authorization header:Endpoints Overview
Discovery API
Find and understand APIs programmatically.| 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 |
Run API
Execute API calls.| Method | Endpoint | Description |
|---|---|---|
| POST | /v1/run | Call any API endpoint |
Response Format
All responses follow this structure:Error Codes
| 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 |
