Create a file and get an upload presigned URL for an object storage in the attachments 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
string
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
ShellNodeRubyPHPPython
xxxxxxxxxx
curl --request POST \
--url https://services.fountain.com/api/servicemedia/processes/files/attachment \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"metadata": {
"type": "audio"
}
}
'
Click Try It! to start a request and see the response here! Or choose an example:
application/json
200404