After selecting endpoints from /v1/search, send them to /v1/integrate along with the task you want to accomplish. It returns a task brief with the information and steps needed to call the selected endpoints.
POST /v1/integrate
task — what you want to accomplish (max 512 characters).resources — the endpoints to integrate; each is an id from /v1/search plus its type (the result’s resourceType).Both fields are required, and every resources entry needs id and type
This call takes no query parameters.
The response contains one data entry with a taskBrief. The brief includes authentication requirements, base URLs, request steps, parameters, expected responses, dependencies between steps, and important considerations.
The task brief uses the selected endpoints’ schemas and any shared variables, authentication settings, and descriptions defined by their parent APIs.
400 invalid input, 404 an id could not be resolved, 429 rate limited, 500 server error.