Skip to main content
POST
Submit a pitch deck

Body

multipart/form-data
file
unknown
company_name
string
company_url
string<uri>
notes
string
founder_name
string
founder_email
string<email>
properties
string

JSON object mapping a custom property (name or id) to an option (label or id), e.g. {"Award Category":"Climate Tech"}. Discover valid values via GET /v1/properties. Unknown entries are ignored.

pipeline_ids
string

Pipeline ids for the resulting deal, as a JSON array (e.g. ["",""]) or comma-separated list. One deal per pipeline — a company entering several awards names each award's pipeline. Must be live pipelines of your team (ids supplied by your Caplia contact). Omitted: the team's default intake pipeline.

Response

Accepted; deck queued for processing. Poll poll_url until status is completed and STORE the returned company_id — it is the durable reference for reading this company back (scores, metrics, updates). If you fire-and-forget instead, you can recover the company later by querying GET /v1/companies?property=…&value=… on a reference you submitted in properties.

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