Skip to main content
GET
/
OEmbed
cURL
curl --request GET \
  --url https://video.bunnycdn.com/OEmbed
{
  "version": "<string>",
  "title": "<string>",
  "type": "<string>",
  "thumbnail_url": "<string>",
  "width": 123,
  "height": 123,
  "html": "<string>",
  "provider_name": "<string>",
  "provider_url": "<string>"
}

Query Parameters

url
string | null
maxWidth
integer<int32> | null
maxHeight
integer<int32> | null
token
string | null
default:""
expires
integer<int64>
default:0

Response

200 - application/json
version
string | null
title
string | null
type
string | null
thumbnail_url
string | null
width
integer<int32>
height
integer<int32>
html
string | null
provider_name
string | null
provider_url
string | null