The API of Harmony Speech Engine is built using FastAPI, which provides automatic interactive documentation.
By default, the API is accessible at:
If you decide to use a different port or you're hosting the API, please make sure to use the proper endpoint instead.
Swagger UI is available at, also Providing OpenAPI Spec for client generation:
ReDoc documentation is available at:
Both Swagger UI and ReDoc provide interactive documentation for exploring and testing the API endpoints.
A recently generated OpenAPI definition file and scripts to generate our Golang and JavaScript clients can be found in docs/api