Get oEmbed data
documentedRetrieve oEmbed data for a Vimeo URL (e.g., HTML embed code).
GET /oembedEmbedno implementation yet0 runsNo 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"