Skip to main content
Use this endpoint to request AI-powered combined analysis after all test records in a cognitive roadmap are completed. The Braintest platform queues the roadmap for multi-instrument analysis, which typically takes 5 to 10 minutes. Poll the generation status endpoint until the analysis is ready.

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: false for 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 with status: processing instead of creating a duplicate job.

Next Steps

After receiving a processing 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/.

Error Responses