POST
/
custom
/
org
/
{organization_uuid}
/
optimized_proposal
curl --request POST \
  --url https://api.tilt.io/custom/org/{organization_uuid}/optimized_proposal/ \
  --header 'Content-Type: application/json' \
  --header 'X-Api-Key: <api-key>' \
  --data '{
  "external_ids": [
    "<string>"
  ],
  "generate_backtest": false
}'
{
  "proposal_uuids": [
    "<string>"
  ]
}

Create tasks to optimize portfolio and generate proposals for multiple clients.

Authorizations

X-Api-Key
string
header
required

Path Parameters

organization_uuid
string
required

Body

Response

200 - application/json

The response is of type object.