API reference
API reference

interviews

  • POST/v1/interviews

    Schedule an interview.

    Standard JSON response. Authenticated with an API key scoped to your tenant. Rate limits and pagination apply.

    Example
    curl -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.

    Example
    curl -H "Authorization: Bearer $JINZAI_API_KEY" "https://api.jinzai.dev/v1/interviews/{id}"