Skip to main content
POST
/
api
/
v1
/
{app_id}
/
files
/
upload
Error
A valid request URL is required to generate request examples
{
  "app_id": "<string>",
  "content_type": "<string>",
  "created_at": "<string>",
  "custom_fields": {},
  "filename": "<string>",
  "id": "<string>",
  "updated_at": "<string>",
  "url": "<string>"
}

Path Parameters

app_id
string
required

UUID of the app

Body

application/json

File upload data

base64_encoded_image
string
required
custom_fields
object
filename
string
order_reference
string
organisation_number
string
relationship_ids
string[]

Response

Created

app_id
string
content_type
string
created_at
string
custom_fields
object
filename
string
id
string
updated_at
string
url
string