Skip to main content

/files

POST /files#

POST /files

Returns a ArchitectFileResource which represents URL of your uploaded file.

Parameters#

This method takes 1 parameter:

ParameterRequiredTypeDefault valueDescription
filetrueFileFile prepared for upload

Response#

Successful response returns a HTTP 200 OK status and the following body:

TypeDescription
ArchitectFileResourceSource URL location

POST /files/bulk#

POST /files/bulk

Returns a ArchitectFileResource array which represents URLs of your uploaded files.

Parameters#

This method takes 1 parameter:

ParameterRequiredTypeDefault valueDescription
filestrueFile[]Files prepared for upload

Response#

Successful response returns a HTTP 200 OK status and the following body:

TypeDescription
ArchitectFileResource []Source URL locations