post
https://upload.trint.com/ingest
Accepts a source URL and begins asynchronous media ingestion. Returns an operationToken that can be used to correlate webhook callbacks and track the operation.
Workflow
- Callback verification — Trint sends an
ACTIVITY_STARTEDevent to thecallbackUrlto verify the endpoint responds with200 OK. If the callback fails, the request is rejected. - 202 Accepted — The API returns the
operationToken. - Asynchronous processing — Media is downloaded, transcoded, and transcribed. Progress events are sent to the
callbackUrl.
Webhook Events
The following events are sent to the callbackUrl as POST requests:
| Event Type | Description |
|---|---|
ACTIVITY_STARTED | Ingest operation has begun |
MEDIA_TRANSFER_COMPLETE | Media successfully retrieved and stored |
MEDIA_TRANSFER_FAILED | Media retrieval failed |
TRANSCRIPT_COMPLETE | Transcription completed successfully |
TRANSCRIPT_FAILED | Transcription processing failed |
Each callback payload includes operationToken, eventType, and the metadata you provided in the original request.
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
