Last updated 3 days ago
/videos/{id}
The unique ID of the video to retrieve.
curl -L \ --url 'https://shortgenius.com/api/v1/videos/{id}' \ --header 'Authorization: Bearer JWT'
{ "id": "123e4567-e89b-12d3-a456-426614174000", "title": null, "caption": null, "created_at": "text", "updated_at": null, "series_id": "123e4567-e89b-12d3-a456-426614174000", "publishing_state": "pending", "publish_at": null }