Skip to content
Humarket

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 key
  • 402 — request quota exhausted or the plan was invalidated. Buy requests
  • 429 — more than 60 requests in a minute

Catalog

  • Echo /v1/echo · 1 request / call
  • Time /v1/time · 1 request / call
  • Whoami /v1/whoami · 1 request / call