AlphaSense · JSON Structure

Alphasense Citation Structure

An inline citation attached to a GenSearch or Deep Research answer.

Type: object Properties: 5 Required: 2
Market IntelligenceFinancial ResearchSearchGenerative AIAI AgentsExpert CallsDocument IntelligenceEnterprise IntelligenceMCPGraphQL

Citation is a JSON Structure definition published by AlphaSense, describing 5 properties, of which 2 are required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

documentId title sourceType url snippet

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/alphasense/refs/heads/main/json-structure/alphasense-citation-structure.json",
  "name": "Citation",
  "description": "An inline citation attached to a GenSearch or Deep Research answer.",
  "type": "object",
  "properties": {
    "documentId": { "type": "string" },
    "title": { "type": "string" },
    "sourceType": {
      "type": "string",
      "enum": ["filing", "broker", "transcript", "tegus", "news", "internal"]
    },
    "url": { "type": "uri" },
    "snippet": { "type": "string" }
  },
  "required": ["documentId", "sourceType"]
}