Curriculo Developer ConsoleSign in

Build résumé and hiring workflows with one API key.

Parse and improve résumés, evaluate candidates, translate text, detect languages, and summarize interviews. Start with $5 free credit, then continue with usage-based billing.

Try it
curl --location 'https://api.curriculo.me/public/prompt/' \
  --header 'X-Curriculo-User-Id: user-123' \
  --header 'Authorization: Bearer key_your_api_key' \
  --form 'prompt_text="what is my profile best fit for"' \
  --form 'language="ko"'

https://api.curriculo.me/public/prompt/

From request to credit ledger

Every successful call is priced, deducted from prepaid credit, and recorded. Nothing to meter yourself.

  1. RequestA signed API call arrives at the gateway.
  2. AuthorizedThe bearer key identifies the account and its enabled APIs.
  3. Usage pricedThe server applies the account's current customer rate.
  4. Credit debitedThat amount leaves the shared prepaid balance.
  5. Ledger recordedUsage and balance changes commit together for auditability.

Built to bill fairly and run safely

Prepaid credits

$5 starting credit, then buy any amount you need. Optional automatic top-up can reload a low balance; there is no subscription, seat plan, or product cart.

Keys stay server-side

Call from your backend, not the browser. Account keys work across enabled APIs and stay revocable in the console.

Checkout on Stripe

Card details are entered on Stripe, never here. Each checkout is a one-time credit purchase.

Ready to make your first request?

Create an account, enable Curriculo Public APIs, and generate a key.

Start building