Create an upload URL
Returns a short-lived URL to PUT a file to, for cases where the file is on your machine rather than behind a URL Fundra can fetch. The record to attach to is fixed when the URL is created, so the upload itself needs no further parameters. The URL is valid for 2 hours and can be used once – a second upload of the same name collides with the first.
Request Body
application/jsonOptionalnameRequiredstringFile name to store it under. Include the extension – it decides whether the file is picked up for text extraction and tagging later.
1entity_typeRequiredstringType of record to attach the file to
"companies" | "funds" | "funding_rounds" | "investments" | "valuations" | "proceeds" | "portfolio_fund_events"entity_idRequiredstringID of the record to attach the file to, of the type given in entity_type. For companies this is the company_id – the company is shared across funds, so a portfolio_company_id is not accepted here and will not be found.
"^\\d+$"tagsarray<string>Tags to attach. Fundra tags the file automatically as well, so this is only needed to force a particular tag.
Credentials
Upload URL created