-
-
Notifications
You must be signed in to change notification settings - Fork 22
API
Mark edited this page Feb 8, 2026
·
4 revisions
How to use the AudioBookRequest API
AudioBookRequest provides a RESTful API for a select few endpoints.
The API uses Bearer token authentication with API keys that can be generated through the web interface.
Follow these steps to create an API key for accessing the AudioBookRequest API:
- In the Account settings page, look for the API Keys section
- Enter a unique name for your API key
- Click on Create API Key
- Important: The API key will only be displayed once for security reasons
- Copy the generated API key immediately and store it in a secure location
- If you lose the key, you'll need to generate a new one
Include your API key in the Authorization header of your API requests:
Authorization: Bearer <your-api-key>
Example using cURL:
curl -H "Authorization: Bearer <your-api-key-here>" https://abr.example.com/api/users/meFor a SwaggerUI documentation with interactive testing capabilities:
- Set the environment variable
ABR_APP__OPENAPI_ENABLED=true - Head to
<your-domain>/docs.
- Indexers - Access and update indexer configurations