API Reference

Upload file from URL

Upload a file from a provided URL

Log in to see full request history
Body Params
string
required

The name of the file that is being uploaded.

string
required

The ID of the folder to which the file will be added.

string
required

The ID of the metadata template/file type that the file will have. These can be acquired from here

terms
array
required

List of metadata terms that the file may have associated with its file type/metadata template. If a given file type has 10 terms associated with it, you may include 0-10 of those terms in your calls and terms you do not specify will have empty values. These terms should be passed in the form of a hash, with a term_id and a value. term_id can be found here. If you don't want to set any of the metadata on upload, terms can be null.

terms*
string
required

The URL of where the file will be downloaded from.

keyword_ids
array of strings

The IDs of keywords/tags that will be associated with the new file.

keyword_ids
Responses

Language
Credentials
Click Try It! to start a request and see the response here! Or choose an example:
application/json