GET /v1/oembed

Returns oEmbed data for a Figma file or published Make site URL, following the oEmbed specification.

Servers

Query parameters

Name Type Required Description
url String Yes

The URL of the Figma file or published Make site to retrieve oEmbed data for.

maxwidth Integer No

Maximum width of the embed in pixels. Defaults to 800. The response width will be adjusted to maintain a 16:9 aspect ratio with maxheight.

Default value: 800

maxheight Integer No

Maximum height of the embed in pixels. Defaults to 450. The response height will be adjusted to maintain a 16:9 aspect ratio with maxwidth.

Default value: 450

How to start integrating

  1. Add HTTP Task to your workflow definition.
  2. Search for the API you want to integrate with and click on the name.
    • This loads the API reference documentation and prepares the Http request settings.
  3. Click Test request to test run your request to the API and see the API's response.