Prerequisites
Before calling this endpoint, ensure that:- All test records in the roadmap are completed (
is_finished: true) - All participant profiles are authenticated (
auth_required: falsefor every record) - Billing and VIP prerequisites are satisfied
Endpoint
Path Parameters
string
required
The unique cognitive roadmap instance UUID.
Response
string
Always
processing when the request is accepted.string
Human-readable estimate of processing time (for example,
"5-10").Example Request
Example Response
Idempotent Behavior
If AI generation is already queued or in progress, the endpoint returns 200 OK withstatus: processing instead of creating a duplicate job.
Next Steps
After receiving aprocessing response, poll GET /roadmap/{token}/generate/status/ until the status changes to completed or failed. When completed, retrieve the final results from /roadmap/{token}/result/json/ or /roadmap/{token}/result/html/.

