Files
Covered in this doc:
List files
List all files uploaded within a Site
Response
Full URI of files
Any files file is available publicly using the filename
parameter from the response and prefixing it with the frontend hostname of your API instance or path to a hosted site
Example:
Upload a new file (via base64)
Parameters
Name | Type | Description |
|
| required |
Example
Response
A status code of 201 created
is returned on a successful creation and contains the created files object as JSON.
Last updated