Get API documentation
GET /v1/apis/{apiId}
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).
Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” apiId
required
string
API identifier (e.g. instagram-profile, youtube-video).
Example
instagram-profileResponses
Section titled “ Responses ”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_keyHeaders
Section titled “Headers ” Retry-After
integer
Seconds to wait before retrying.