Authentication

You'll need to authenticate your requests to access any of the endpoints in the Utopian Labs API. In this guide, we'll look at how authentication works. Utopian Labs uses API keys to authenticate your API requests.

API Key Authentication

To authenticate with the Utopian Labs API, you'll need an API key that starts with sk_. You can find your API key in the Utopian Labs dashboard under API settings.

Authentication Examples

curl https://api.utopianlabs.ai/v1/endpoint \
  -H "Authorization: Bearer your_api_key_here"

Was this page helpful?