Run
Run API
Run
Execute an API call
POST
Run
Execute any API endpoint through Orthogonal. This is the main endpoint for making API calls.
Request
API slug (e.g., “sixtyfour”, “fiber”). Get this from search results.
Endpoint path (e.g., “/enrich-lead”, “/find-email”). Get this from search results.
Request body for POST/PUT/PATCH endpoints. Can be an object or array depending on the endpoint.
Query string parameters as key-value pairs.
The HTTP method (GET, POST, etc.) is determined automatically based on the endpoint configuration.
Response
Response Fields
| Field | Type | Description |
|---|---|---|
success | boolean | Whether the call succeeded |
priceCents | number | Cost in cents (100 = $1) |
data | object | Response from the API provider |
requestId | string | Unique request identifier |
Examples
Lead Enrichment (Apollo)
AI Web Search (LinkUp)
Web Scraping (Olostep)
Multi-API Workflow
Chain APIs for complete lead research:Error Handling
Insufficient Credits (402)
API Not Found (404)
Error Codes
| Code | Description | Solution |
|---|---|---|
| 400 | Invalid request | Check api, path, and body format |
| 401 | Unauthorized | Check your API key |
| 402 | Insufficient credits | Add credits at dashboard |
| 404 | Not found | Check the api/path values |
| 5xx | Upstream error | Check the error message |
