Authentication

To successfully authenticate, send the token header with your request.

A token needs to be sent with the Authorization header. To successfully authenticate, send the token header below with your request.

KeyValue
AuthorizationInkit {api-key}

🚧

You must replace {api-key} with your personal API key.

# With shell, you can just pass the correct header with each request
curl "api_endpoint_here"
  -H "Authorization: Inkit {api-key}"
Make sure to replace {api-key} with your API key.

Rate Limit

Rate limits may be included in future releases of our public API. For version 1.0.0, there is currently no rate limit.