Skip to main content
POST
/
premade-strategies
/
search
Find the closest premade strategy to a supplied objective text
curl --request POST \
  --url https://api.noonum.ai/v1/premade-strategies/search \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "objective": "Your investment objective."
}
'
{
  "matches": [
    {
      "similarity": 0.82,
      "strategy": {
        "id": "83d88f60-f581-4176-bb5c-e0b463d1d442",
        "user_id": "auth0-5dba12a5654f067ba1234567",
        "name": "Electric Vehicles",
        "objective": "The Electric Vehicles Investment Strategy is to identify companies that focus on EV manufacturing,\nplus the development of battery technology and charging station infrastructure.\n",
        "created_at": "Sat, 05 Apr 2025 17:43:37 GMT",
        "updated_at": "Mon, 07 Apr 2025 18:39:41 GMT",
        "public": true,
        "growth": 0.1350849124986786,
        "status": 100,
        "tags": [
          "Themes"
        ],
        "exchanges": [
          "<string>"
        ],
        "limit": 123,
        "min_market_cap": 123,
        "max_market_cap": 123,
        "min_evidence_count": 123,
        "completed": true,
        "has_factsheet": true,
        "exclusions": [
          "<string>"
        ],
        "gics_sectors": [
          "83d88f60-f581-4176-bb5c-e0b463d1d442"
        ],
        "metathemes": [
          "83d88f60-f581-4176-bb5c-e0b463d1d442"
        ],
        "performance": {
          "timeSeries": [
            [
              123
            ]
          ],
          "metadata": {
            "returns": 123,
            "annualizedReturn": 123,
            "variance": 123,
            "sharpeRatio": 123,
            "maxDrawdown": 123,
            "stockCount": 123,
            "weekCount": 123
          }
        }
      }
    }
  ]
}

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

Natural-language investment objective

Example:

"Your investment objective."

Response

200 - application/json

Closest strategies

matches
object[]

Ordered by descending similarity