Skip to main content
GET
Get Doc Chunk

精确获取文档分块

URL: /v1/docs/{doc_id}/chunks/{chunk_id}
方法: GET
描述: 使用稳定的文档 ID 和 chunk ID 精确读取一个权威原文分块。适合 Citation 跳转、原文核对,以及已知 chunk ID 后的按需读取;无需顺序翻页扫描整篇文档。

请求参数

响应说明

响应沿用文档内容结构,并保证 chunks 数组只包含所请求的一个分块:

请求示例

响应示例

错误响应

Authorizations

Authorization
string
header
required

Enter your Bearer token

Path Parameters

doc_id
string
required
chunk_id
string
required

Response

Successful Response. The chunks array contains exactly the requested chunk.

doc_id
string
required
title
string
required
url
string
required
institution
string
author
string
published_at
integer
category
enum<string>

An enumeration.

Available options:
financials,
transcripts,
reports,
news,
files,
filings,
socials,
global_research
market
enum<string>

An enumeration.

Available options:
cn,
hk,
us
ticker
string
symbol
string
company_name
string
companies
CompanyLabel · object[]
tags
Tags · object
metadatas
Metadatas · object
report_type
integer
channel_id
string
channel_name
string
file_url
string
media_url
string
chunks
OAIChunk · object[]