Get OpenAPI definition
GET/v2/actor-builds/:buildId/openapi.json
Clients
Python
JavaScriptGet the OpenAPI definition for Actor builds. Two similar endpoints are available:
- First endpoint: Requires both
actorIdandbuildId. Usedefaultas thebuildIdto get the OpenAPI schema for the default Actor build. - Second endpoint: Requires only
buildId.
Get the OpenAPI definition for a specific Actor build. Authentication is based on the build's unique ID. No authentication token is required.
note
You can also use the /api/v2/act-openapi-json-get endpoint to get the OpenAPI definition for a build.