API reference
API reference

applications

  • GET/v1/applications

    List applications, filterable by job or candidate.

    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/applications"
  • POST/v1/applications

    Submit a candidate to a job.

    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/applications"
  • POST/v1/applications/{id}/advance

    Move an application to the next stage.

    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/applications/{id}/advance"