Skip to main content
POST
/
v1
/
uploads
/
decks
Submit a deck using a short-lived upload token
curl --request POST \
  --url https://api.investor.caplia.ai/v1/uploads/decks \
  --header 'Content-Type: multipart/form-data' \
  --form file=null \
  --form 'company_name=<string>' \
  --form 'company_url=<string>' \
  --form 'notes=<string>'
{
  "job_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "company_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "status": "queued",
  "poll_url": "<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

multipart/form-data
file
unknown
company_name
string
company_url
string<uri>
notes
string

Response

Accepted; deck queued for processing

job_id
string<uuid>
required
company_id
string<uuid> | null
required
status
enum<string>
required
Available options:
queued
poll_url
string<uri>
required