search
Find APIs by describing what you need in natural language. Parameters:| Name | Type | Required | Description |
|---|---|---|---|
prompt | string | Yes | What you’re looking for (e.g., “enrich lead”, “web scraping”, “AI search”) |
limit | number | No | Max results (default: 10, max: 50) |
get_details
Get full parameter information for a specific endpoint. Parameters:| Name | Type | Required | Description |
|---|---|---|---|
api | string | Yes | API slug from search results (e.g., “apollo”, “linkup”, “olostep”) |
path | string | Yes | Endpoint path (e.g., “/v1/people/match”) |
integrate
Get ready-to-use code snippets for calling an endpoint. Parameters:| Name | Type | Required | Description |
|---|---|---|---|
api | string | Yes | API slug |
path | string | Yes | Endpoint path |
format | string | No | Code format: orth-sdk, run-api, curl, x402-fetch, x402-python, all |
use
Execute an API call and return the results. Parameters:| Name | Type | Required | Description |
|---|---|---|---|
api | string | Yes | API slug |
path | string | Yes | Endpoint path |
body | object | No | Request body parameters |
query | object | No | Query string parameters |
