Skip to main content
GET
/
premade-strategies
/
{strategyId}
/
evidences
Get all reasoning/evidences for all companies in a strategy
curl --request GET \
  --url https://api.noonum.ai/v1/premade-strategies/{strategyId}/evidences \
  --header 'Authorization: Bearer <token>'
{
  "evidences": [
    {
      "companyId": "fbf71130-600a-4655-ae5b-6f367d0bbfb2",
      "reasoning": "The strategy involves investing in companies that focus on EV manufacturing, battery technology,\nand charging station infrastructure. The excerpts highlight Tesla's involvement in the EV market,\nparticularly its focus on electric vehicles and charging infrastructure,\nwhich aligns with the strategy.\n",
      "summaries": [
        {
          "provider": "Reuters",
          "pubDate": 1741774920,
          "text": "Tesla is a major player in the Electric Battery Charging Stations market,\nknown for its ultra-fast chargers, including Tesla Superchargers.\nThe company is investing in expanding its charging network.\"\n"
        }
      ]
    }
  ]
}

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

Path Parameters

strategyId
string
required

UUID of the user strategy

Response

Array of companies with reasoning and evidence.

evidences
object[]