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
b64_document
string
required

Base64 encoded document

document_name
string
required

Name of the document

Response

200
application/json
Document uploaded successfully
url
string

Presigned URL for the document

expiration
string

The expiration date and time (in UTC)