Skip to main content
POST
/
enhance-objective
Enhance an investment objective
curl --request POST \
  --url https://api.noonum.ai/v2/enhance-objective \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "objective": "<string>"
}
'
{
  "enhancedObjective": "<string>",
  "improvementsSummary": "<string>"
}

Authorizations

Authorization
string
header
required

Enter 'Bearer' followed by a space and then your JWT or API Key. Example: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9... or Bearer YOUR_API_KEY_HERE

Body

application/json
objective
string
required

The investment objective expressed in natural language.

Response

Enhanced objective and summary of improvements

enhancedObjective
string
improvementsSummary
string