POST
/
v1
/
invoices
/
{id}
/
upload
curl --request POST \
  --url https://api.hyperline.co/v1/invoices/{id}/upload \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: multipart/form-data' \
  --form 'file=<any>'
{}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Body

multipart/form-data
file
any
required

A file in binary format. Accepted MIME types: application/pdf. Max size: 5000000 bytes.

Response

201
application/json

The response is of type object.