Get Video Status
get
https://api.dyntube.com/v1/
videos/{id}/status
This endpoint will return the status of the video. The response will be a single-digit that represents the current status of the video.
A video status of
3
means that the video is published.Below are the possible video status values:
Description of Status | Value |
---|---|
NA | 0 |
Uploaded | 1 |
Processing | 2 |
Published | 3 |
Error | -1 |
Last modified 8mo ago