Retrieve a GIF thumbnail

Time Status User Agent
Make a request to see history.

URL Expired

The URL for this request expired after 30 days.

video_id

string

required

The ID of the video to retrieve the thumbnail from.

200
OK.

# ``400      Bad Request.

# ``404      Thumbnail not found.

# ``default      Unexpected Server error.

Updated 2 months ago


ShellNodeRubyPHPPython

xxxxxxxxxx

curl --request GET \
     --url https://api.synthesia.io/video_id/thumbnail.gif \
     --header 'accept: application/json'

Click Try It! to start a request and see the response here! Or choose an example:

application/json

400404``default

Updated 2 months ago