Sign in

Get oEmbed data

documented

Retrieve oEmbed data for a Vimeo URL (e.g., HTML embed code).

GET /oembedEmbedno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://vimeo.com/api/oembed.json?url={{$video_url}}&maxwidth={{$maxwidth}}&maxheight={{$maxheight}}&format={{$format}}" \
  -H "Accept: application/json" \
  -H "Content-Type: application/json"