HyperApply
Home » Docs » API overview

API overview

api developers

API overview

HyperApply exposes a stable REST API for authentication, billing, and CV generation. This page lists the core endpoints and where to find authentication details.

Billing and plans

  • `GET /api/v1/billing/usage` to view current CV usage and limits.
  • `POST /api/v1/billing/checkout` to start a checkout flow.

CV generation

  • `POST /api/v1/cv/generate` generates a tailored CV for a job.
  • `GET /api/v1/cv/active` fetches the latest active CV.