Finvera API Documentation home pagelight logodark logo
  • Documentation
  • Main Site
  • API Documentation
    • Introduction
    • JWT Authentication
    • Error Handling
    Conference Call Transcripts
    • Overview
    • GET
      Get Conference Calls
    • GET
      Get Conference Call Info by ID
    • GET
      Get Summaries
    • GET
      Get Summary by Call ID
    • POST
      Process RAG query
    Market Data
    • Overview
    • GET
      Get Quotes
    • GET
      Get Trades
    • GET
      Get Historical OHLC Data
    Security Master
    • Overview
    • GET
      Fetch Reference Data
    Company Logos
    • Overview
    • GET
      Fetch Company Logos
    Company Fundamentals
    • Overview
    • GET
      Fetch Fundamentals
    • GET
      Fetch Fundamentals Enhanced
    News
    • Overview
    • GET
      Fetch News
    Analyst Ratings
    • Overview
    • GET
      Fetch Ratings
    • Email Support
    • API Key Dashboard
    Finvera API Documentation home pagelight logodark logo
    • Email Support
    • API Key Dashboard
    • API Key Dashboard
    Documentation
    API Reference
    Websocket Reference
    Changelog
    Documentation
    API Reference
    Websocket Reference
    Changelog
    Conference Call Transcripts

    Get Summary by Call ID

    Get Summary by call_id.

    GET
    /
    api
    /
    v1
    /
    summaries
    /
    {call_id}
    Get Summary by Call ID
    Copy
    curl --request GET \
      --url https://api.finvera.news/delivery/api/v1/summaries/{call_id}
    Copy
    {}

    Authorizations

    ​
    apikey
    string
    query
    required

    Path Parameters

    ​
    call_id
    string
    required

    Response

    200 - application/json

    OK

    The response is of type object.

    Previous
    Process RAG querySubmit a natural language query to search earnings transcripts and generate an AI-powered response. The service will: 1. Generate embeddings for your query using OpenAI text-embedding-3-small 2. Perform vector similarity search against the embeddings-transcripts index in OpenSearch 3. Use the most relevant transcript chunks to generate a comprehensive answer with GPT-4.1-nano ## Query Guidelines - Ask specific questions about company performance, financials, or business metrics - Use company symbols in the `symbols` array to filter results to specific companies - Queries should be between 1-1000 characters for optimal results ## Examples - "What was Adobe's revenue growth in Q3 2024?" - "How did Salesforce's subscription revenue perform?" - "What are the key risks mentioned by management?"
    Next
    linkedin
    Powered by Mintlify
    Get Summary by Call ID
    Copy
    curl --request GET \
      --url https://api.finvera.news/delivery/api/v1/summaries/{call_id}
    Copy
    {}
    Assistant
    Responses are generated using AI and may contain mistakes.