Gladia integration (AI, Design & Media). Imported from open-connector.
https://api.gladia.io/v2/upload
| Param | Type | Required | Description |
|---|---|---|---|
| file | object | optional | A local transit file to upload. |
| contentBase64 | string | optional | The audio or video file content encoded as base64. |
| sourceUrl | string | optional | A public audio or video file URL to upload. |
| fileName | string | optional | Optional file name override for base64 or URL sources. |
| mimeType | string | optional | Optional MIME type override for base64 or URL sources. |
/v2/pre-recorded/{id}
| Param | Type | Required | Description |
|---|---|---|---|
| id | string | required | The ID of the pre-recorded transcription job. |
/v2/pre-recorded
| Param | Type | Required | Description |
|---|---|---|---|
| limit | integer | optional | The maximum number of jobs to return. |
| offset | integer | optional | The starting offset for pagination. |
| status | array | optional | Statuses to include in the result set. |
| date | string | optional | Filter jobs relevant to a specific date in YYYY-MM-DD format. |
| afterDate | string | optional | Filter jobs after the specified ISO datetime. |
| beforeDate | string | optional | Filter jobs before the specified ISO datetime. |
| customMetadata | object | optional | A raw JSON object returned by Gladia. |
/v2/pre-recorded/{id}/file
| Param | Type | Required | Description |
|---|---|---|---|
| id | string | required | The ID of the pre-recorded transcription job. |
| fileName | string | optional | Optional file name to use for the transit audio file. |
| mimeType | string | optional | Optional MIME type override for the transit audio file. |
/v2/pre-recorded/{id}
| Param | Type | Required | Description |
|---|---|---|---|
| id | string | required | The ID of the pre-recorded transcription job. |