curl --request POST \
--url https://api-lr.agent.ai/v1/action/company_financial_info \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"company": "HUBS, NKE, AAPL",
"quarter": 1,
"year": "2025"
}
'{
"status": 200,
"response": "Operator: Good afternoon and welcome to the HubSpot Q2 2024 Earnings Call. My name is Harry and I will be your operator today."
}Gather company earnings information for public companies by quarter and year.
curl --request POST \
--url https://api-lr.agent.ai/v1/action/company_financial_info \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"company": "HUBS, NKE, AAPL",
"quarter": 1,
"year": "2025"
}
'{
"status": 200,
"response": "Operator: Good afternoon and welcome to the HubSpot Q2 2024 Earnings Call. My name is Harry and I will be your operator today."
}Bearer token from your account (https://agent.ai/user/integrations#api)