Skip to content
.seventhings.com

Prefill your credentials

Fill in your non-secret values to have them appear in the examples below. Stored locally in your browser.

Create a new file resource

POST
/customer-api/v1/file
curl --request POST \
--url https://your-instance.seventhings.com/customer-api/v1/file \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: multipart/form-data' \
--form data=@file

Create a new file resource

Media typemultipart/form-data

Upload a file and create a file resource

object
data
required
string format: binary

Creation of the file resource has succeeded

Location
string

The location of the created file

Example
/ultron/api/v1/files/9091afea-81ee-4003-ac76-2ac11e3ddc3f
Location-UUID
uuid

The UUID of the newly created object.

Access token is missing or invalid.

You are not permitted to perform the requested operation.

The requested resource representation has no acceptable format.

Internal Server Error.