Pricing¶
Jobko uses a simple pay-per-use model. No subscriptions required.
Tool Costs¶
| Tool | Cost | Description |
|---|---|---|
get_profile |
Free | Read user profile |
get_credits |
Free | Check balance |
get_saved_jobs |
Free | List saved jobs |
get_work_authorization |
Free | Work permit status |
analyze_job |
$0.02 | Analyze a job posting |
generate_cv |
$0.20 | Generate a tailored CV |
How Credits Work¶
- Add credits at jobko.ai/dashboard#credits
- Use tools - costs are deducted automatically
- Check balance anytime with
get_credits
Free tools
Profile reading and job listing are always free. You only pay for AI-powered analysis and generation.
Checking Your Balance¶
Response:
Insufficient Credits¶
If you don't have enough credits, the API returns:
{
"error": {
"code": -32003,
"message": "Insufficient credits",
"data": {
"required_credits": 2,
"available_credits": 0
}
}
}
HTTP status code: 402 Payment Required
Billing FAQ¶
Q: Do credits expire? A: No, credits never expire.
Q: Can I get a refund? A: Contact support@jobko.ai for refund requests.
Q: Is there a free trial? A: New accounts get free credits for initial testing.
Q: Do you offer volume discounts? A: Contact us for enterprise pricing.