Skip to main content
POST
/
v1
/
uploads
/
sign
Issue a short-lived upload token for a public form
curl --request POST \
  --url https://api.investor.caplia.ai/v1/uploads/sign \
  --header 'Content-Type: application/json' \
  --data '
{
  "form_id": "<string>",
  "application_id": "<string>"
}
'
{
  "token": "<string>",
  "expires_at": "<string>",
  "max_bytes": 123,
  "accepted_mime": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.venture.caplia.ai/llms.txt

Use this file to discover all available pages before exploring further.

Body

application/json
form_id
string
required
Required string length: 1 - 128
application_id
string
Required string length: 1 - 128

Response

Short-lived single-use upload token

token
string
required
expires_at
string
required
max_bytes
number
required
accepted_mime
string
required