Generate Pathway
Conversational Pathways
Generate Pathway
Create an asynchronous pathway generation job from a detailed prompt.
POST
Generate Pathway
Documentation Index
Fetch the complete documentation index at: https://docs.bland.ai/llms.txt
Use this file to discover all available pages before exploring further.
Headers
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 ajobId.
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.Docs for agents: llms.txt