Importer Embeds
Get uploaded file url for an embed
Retrieve a URL linking to the uploaded file for an embed. The returned URL is valid for 15 minutes.
get/v1/embeds/{embed_id}/uploaded-file-url
Path parameters
embed_idinteger required
The id of the embed which contains the file.
Response
200
Example response
{
"url": "https://my-bucket.s3.us-west-2.amazonaws.com"
}