Job interactions

GET /me/credits Session or API key

Your current AI-credits balance.

The points left this month (remaining) and when the monthly grant renews (resets_at). AI credits are spent on the fit analysis (1) and CV tailoring (3), topped up by the monthly grant and by accepted board contributions. Never runs the LLM.

curl
curl "https://freehire.dev/api/v1/me/credits" -H "Authorization: Bearer $FREEHIRE_API_KEY"
json — response
{
  "data": { "remaining": 17, "resets_at": "2026-08-01T00:00:00Z" }
}