Video Status
You Uploaded a Video, Is It Ready?
To know if your video is ready to be played, you can fetch the status with our status endpoint.
Processing Status
After initiating processing, your video will go through several states:
| Status | Description | Duration |
|---|---|---|
transcoding | Creating multiple quality versions | 2-15 minutes |
ready | Processing complete, ready for playback | - |
failed | Processing failed (check error message) | - |
Fetching Status
GET https://api.hesedvid.com/v1/api/{orgID}/videos/${videoID}/details
200 Response Body
TODO