Subchapter 1.4
references/models.mdMarkdown1 KBView on GitHub
All API requests require authentication. Two methods are supported:
Use Authorization: Token <API_KEY>
Example: Authorization: Token 12345abcdef
Use Authorization: Bearer <JWT>
Example: Authorization: Bearer eyJhbGciOiJ...
List Project Models
Returns metadata on all the latest models that a specific project has access to, including non-public models
include_outdated boolean — returns non-latest versions of models200: A list of models 400: Invalid Request
Get a Project Model
Returns metadata for a specific model
200: A model object that can be either STT or TTS 400: Invalid Request
List Models
Returns metadata on all the latest public models. To retrieve custom models, use Get Project Models.
include_outdated boolean — returns non-latest versions of models200: A list of models 400: Invalid Request
Get a specific Model
Returns metadata for a specific public model
200: A model object that can be either STT or TTS 400: Invalid Request