Indexers
Using the API to access/update indexers
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:
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/me
For a SwaggerUI documentation with interactive testing capabilities:
ABR_APP__OPENAPI_ENABLED=true
<your-domain>/docs
.Using the API to access/update indexers
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.