Skip to main content
POST
Generate Pathway

Headers

string
required
Your API key for authentication.

Body

string
required
A detailed pathway generation prompt.Server-side requirements:
  • Must be at least 100 characters
  • Must be 8000 characters or fewer for non-enterprise organizations
string
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

object
Response object containing the generation job identifier.
string
The job ID for this pathway generation request.
null | array
null on success, or a list of errors.

Docs for agents: llms.txt