cURL
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": [] }
Body
The body is of type object.
object
200
The response is of type object.
Was this page helpful?