cURL
curl --request POST \ --url https://api.investor.caplia.ai/v1/companies/{id}/documents \ --header 'Content-Type: multipart/form-data' \ --form file=null \ --form 'category=<string>' \ --form 'name=<string>'
{ "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "name": "<string>", "category": "<string>", "size": 123, "type": "<string>", "uploaded_at": "<string>" }
Documentation IndexFetch the complete documentation index at: https://docs.venture.caplia.ai/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.venture.caplia.ai/llms.txt
Use this file to discover all available pages before exploring further.
Created