Learn about the BeyondWords API
The BeyondWords API is a RESTful API that provides headless access to the entire platform, allowing you to programmatically create, manage, and deliver audio content.
https://api.beyondwords.io/
All API requests require authentication using your Project ID and API Key.
Most endpoints require the X-Api-Key
header for authentication:
Most endpoints also require your Project ID, which is typically included as a path parameter. Each endpoint in this documentation will clearly indicate whether a Project ID is required.
application/json
for requests with JSON bodiesThe API uses versioned endpoints to ensure compatibility:
v1
https://api.beyondwords.io/v1/endpoint
The API uses conventional HTTP response codes:
2xx
- Success4xx
- Client errors (invalid request)5xx
- Server errorsError responses include a JSON body with details:
If you encounter issues or have questions: