Skip to main content

Prerequisites

To use the Responsibly API, you’ll need:
  • An API key

Authentication

All requests to the Responsibly API must include these headers:
  • x-api-key: An active API key for your organization

Get started

Try this request to get started with the API:
curl --request GET \
  --url https://api.responsibly.tech/v1/categories \
  --header 'x-api-key: <api-key>'