Skip to main content
Create a named review over a project’s indexed sources. Your API key needs the reviews:write scope.

Endpoint

projectId
string
required
Ready project that owns the review.
Idempotency-Key
string
required
Client-generated key, up to 256 characters. Reuse it only with the identical request.
name
string
required
Conversation name, from 1 to 120 characters.
The endpoint returns 201 Created with review and idempotent. An identical retry returns the same review with idempotent: true; changing the payload for that key returns 409 idempotency_key_conflict.

Errors