Getting started
Call every API from one host
Create a key, then call https://api.humarket.dev/v1/{service}. New accounts start with 250 free requests. Each successful call uses one request from your lifetime quota.
Authenticate with the header:
X-API-Key: hmk_live_...First request
curl "https://api.humarket.dev/v1/whoami" \ -H "X-API-Key: $HUMARKET_KEY"
Errors
401— missing or invalid key402— request quota exhausted or the plan was invalidated. Buy requests429— more than 60 requests in a minute