cURL
curl --request POST \ --url https://api.example.com/brokerage-firms/{brokerageFirmId}/documents \ --header 'Content-Type: application/json' \ --data ' { "name": "<string>", "metadata": [ { "key": "category", "value": "kbis" } ] } '
{ "type": "<string>", "id": "<string>", "url": "<string>" }
Generates a presigned URL to upload a document to the brokerage firm. Provide document metadata in the body and any additional parameters in the query.
the brokerageFirm id
Optional: the whenAt datetime
Optional: the branchId
Document metadata for upload
name
metadata of the policy
Show child attributes
[{ "key": "category", "value": "kbis" }]
Upload URL generated successfully.
type
the document's id
url of the document
Was this page helpful?