v1

latestOpenAPI 3.1.0proprietary2026-07-24156175241.3 KB
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

urlstring required

Example response

{
  "url": "https://my-bucket.s3.us-west-2.amazonaws.com"
}