Authentication

Autoblocks uses API keys to authenticate requests to the REST API. You can view your API key on the Settings page in Autoblocks:

This API key should be sent as a bearer token in the Authorization request header. For example:

cURL

curl 'https://api.autoblocks.ai/views' \
  --header "Authorization: Bearer $AUTOBLOCKS_API_KEY"