cURL
curl --request POST \ --url https://api.collinear.ai/api/v1/agentic/generate/{model_id}/{workflow_id} \ --header 'Authorization: Bearer <token>'
{ "original": {}, "generated": {} }
curl --location 'https://api.collinear.ai/api/v1/generate/32d7-485a-bea6-wyqgdqw67-gw/d9f82ea2-3cb4-4fd9-a8bb-1d9b293fab67' \ --header 'Authorization: Bearer <your_token>' \
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response
The response is of type object.
object
Was this page helpful?