API reference
interviews
- POST
/v1/interviewsSchedule an interview.
Standard JSON response. Authenticated with an API key scoped to your tenant. Rate limits and pagination apply.
Examplecurl -H "Authorization: Bearer $JINZAI_API_KEY" "https://api.jinzai.dev/v1/interviews"
- PATCH
/v1/interviews/{id}Update or complete an interview.
Standard JSON response. Authenticated with an API key scoped to your tenant. Rate limits and pagination apply.
Examplecurl -H "Authorization: Bearer $JINZAI_API_KEY" "https://api.jinzai.dev/v1/interviews/{id}"

