cURL
curl --request POST \ --url https://pdfs.platform.arb.inc/templates/upload \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: multipart/form-data' \ --form documentID=statementOfClaim \ --form file='@example-file'
"successfully uploaded template"
Uploads a PDF file as a template for a given document.
access token
The ID of the document to attach the template to.
"statementOfClaim"
The PDF file to upload (field name file). Must be ≤ 25 MiB.
"template.pdf"
Template successfully uploaded.
The response is of type string.
string