POST
/
api
/
v1
/
misc
/
youtube
/
thumbnail
Set or change thumbnail for a YouTube video
curl --request POST \
  --url https://api.bundle.social/api/v1/misc/youtube/thumbnail \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '{
  "teamId": "<string>",
  "url": "<string>",
  "postId": "<string>"
}'
{
  "items": []
}

Authorizations

x-api-key
string
header
required

Body

application/json

Body

The body is of type object.

Response

200
application/json

200

The response is of type object.