POST
/
uploadB64Document
curl --request POST \
  --url https://demo.parcha.ai/api/v1/uploadB64Document \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "b64_document": "<string>",
  "document_name": "<string>"
}'
{
  "url": "<string>",
  "expiration": "2023-11-07T05:31:56Z"
}

Authorizations

Authorization
string
header
required

JWT token obtained from the authentication endpoint

Body

application/json

Response

200
application/json

Document uploaded successfully

The response is of type object.