Your API key for authentication.
Body
A detailed pathway generation prompt.Server-side requirements:
- Must be at least 100 characters
- Must be 8000 characters or fewer for non-enterprise organizations
Optional name to use for the generated pathway
How it works
This endpoint only queues generation and returns a jobId.
Use GET /v1/pathway/generate/status/{job_id} to start processing and poll until generation is complete.
Response
Response object containing the generation job identifier.
The job ID for this pathway generation request.
null on success, or a list of errors.
{
"data": {
"jobId": "7a9e684f-6a50-4de5-bd95-9fa5f8121ddf"
},
"errors": null
}