GET /v1/oembed
Returns oEmbed data for a Figma file or published Make site URL, following the oEmbed specification.
Servers
- https://api.figma.com
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
- Add HTTP Task to your workflow definition.
- 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.
- Click Test request to test run your request to the API and see the API's response.