Debriefer

Trigger analysis for an interview run

POST
/api/v1/interview-runs/{id}/analyze

Path Parameters

id*string

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

curl -X POST "https://loading/api/v1/interview-runs/run_1234567890abcdef/analyze" \  -H "Content-Type: application/json" \  -d '{}'
{
  "object": "analysis",
  "id": "string",
  "status": "pending"
}
Empty