Authorization Header
Include your API key in theAuthorization 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
Authorizationheader is missing - the API key is invalid
- the API key has been deleted or rotated
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