Skip to main content
POST
/
v1
/
public
/
clients
/
{client_id}
/
notes
/
upload
Upload a PDF note
curl --request POST \
  --url https://api.everbility.com/v1/public/clients/{client_id}/notes/upload \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: multipart/form-data' \
  --form file='@example-file'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

Use a Clerk-backed Everbility user or organisation API key directly as the bearer token.

Path Parameters

client_id
integer
required

Body

multipart/form-data
file
file
required

Response

Successful Response