Skip to main content
All Loova API requests require Bearer token authentication.

Authorization Header

Include your API key in the Authorization header:

Where to Get Your API Key

Go to the Loova API Dashboard: https://loova.ai/api After signing up, you can create and manage your API key there.

Example Request

Common Authentication Errors

Authentication may fail if:
  • the Authorization header is missing
  • the API key is invalid
  • the API key has been deleted or rotated
When a request fails, the API returns the standard response envelope:

Security Best Practices

  • Keep your API key private
  • Do not expose your API key in client-side code
  • Do not commit your API key to public repositories
  • Rotate your API key if you suspect it has been leaked
  • Store your API key in a secure server-side environment variable whenever possible