developers
Forte's job-search AI, via API.
The same models that power the Forte iOS app — resume parsing, job-fit scoring, multi-ATS search, cover letters — exposed as a paid, metered REST API. Pay-as-you-go credits, no minimums, no monthly contracts.
Use your existing Forte account. No separate signup.
pricing
Pay per call, in credits.
1 credit ≈ $0.01. Failed requests (4xx / 5xx) don't burn credits.
credit packs
Top up when you need to.
No subscription. Credits don't expire.
Starter
$10
1,000 credits
Pro
$25
2,500 credits
Best value
Scale
$100
10,000 credits
Enterprise
$250
25,000 credits
Need a bigger pack or annual billing? Email support@forte.help.
getting started
Call your first endpoint in a minute.
- Sign in with your Forte email + password.
- Buy a Starter pack ($10 / 1,000 credits) on Billing.
- Mint an API token on the Tokens page — you'll see the plaintext once.
- Curl any endpoint:
curl -X POST https://api.forte.help/api/v1/jobs/by-url \
-H "Authorization: Bearer forte_sk_..." \
-H "Content-Type: application/json" \
-d '{"url": "https://example.com/your-job-posting"}'
limits + fairness
The fine print.
- Rate limit: 60 requests / minute and 1,000 / hour per token. Bumps available on request.
- Failed requests: 4xx and 5xx responses don't burn credits — they log to your usage with a
0charge so leaked-token bursts are visible to both of us. - Low-balance alert: you'll get an email at 30 credits remaining so you can top up before requests start failing with 402.
- Token security: we store SHA-256 hashes only — the plaintext is shown once at creation and can't be recovered. Revoke any token from the dashboard.
- Data: we don't retain your request payloads after the response is sent. Failed requests log endpoint + status + timestamp, never the body.
ready?
Start with $10.
Same Forte account as the iOS app. No new signup.