Skip to content

Get API documentation

GET
/v1/apis/{apiId}

Returns full markdown documentation for a specific prebuilt API, including parameters, request/response examples, and response schema. No authentication required (IP rate-limited).

apiId
required
string

API identifier (e.g. instagram-profile, youtube-video).

Example
instagram-profile

Markdown documentation for the API.

string

Missing API ID.

API not found.

Rate limit exceeded.

object
error

Error message.

string
Example
invalid or inactive api_key
Retry-After
integer

Seconds to wait before retrying.