create_media_from_url
Import an image from a URL into Penpot by creating a media object. Provide the file ID and URL to add the image asset.
Instructions
Create a media object from a URL
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | Optional: Pre-specify media object ID (UUID) | |
| url | Yes | URL of the image to import | |
| name | No | Optional: Custom name for media object | |
| fileId | Yes | File ID | |
| isLocal | Yes | Whether media is local to file |