| HTTP status | 401 Unauthorized |
| Error code | api_key_required |
| Resolve action | create_api_key |
What happened
The request did not include a valid API key. Content API endpoints (podcasts, entities, etc.) require an API key passed viaX-API-Key HTTP header, the Authorization: Bearer HTTP header, or the api-key query parameter.
How to fix
Include your API key in your request using one of the authentication mechanisms.