Create a file and get an upload presigned URL for an object storage in the edm bucket

Time Status User Agent
Make a request to see history.

URL Expired

The URL for this request expired after 30 days.

name

string

required

technicalName

string

storageFolder

enum

edmattachmentsworkersdocumentSigningtmppublicImagescustomScriptscsvImports

Show 8 enum values

location

object

locationobject

companyUuid

uuid

required

folderUuid

uuid

metadata

object

required

metadataobject

technical

boolean

falsetruefalse

``200 The file created and a presign object containing object storage data to upload the file.

``404 default error response

Updatedabout 2 months ago


ShellNodeRubyPHPPython


xxxxxxxxxx

curl --request POST \

--url https://services.fountain.com/api/servicemedia/processes/files/edm \

--header 'accept: application/json' \

--header 'content-type: application/json' \

--data '

{

"metadata": {

"type": "audio"

}

}

'

application/json

200404

Updatedabout 2 months ago