v1

latestOpenAPI 3.1.02026-07-14636.1 KB

Create a new digital file

Creates a new digital file. Can only be used to create digital files hosted externally.

post/digital-files

Request body

namestring required
extensionstring required
tagstring
sourceUrlstring required

Response

Digital file created successfully.

idinteger

Unique identifier for the digital file.

createdstring date-time

Timestamp when the digital file was created.

namestring

The name of the digital file.

extensionstring

The file extension (alphanumeric only).

tagstring

A tag associated with the digital file.

sourceUrlstring

The URL of the externally hosted digital file.

isUploadedboolean

Indicates if the digital file has been uploaded.