This section documents the citation pills data returned by the ChatGPT endpoint. Citation pills are part of the ChatGPT response, so no separate API call is needed.Documentation Index
Fetch the complete documentation index at: https://docs.cloro.dev/llms.txt
Use this file to discover all available pages before exploring further.
Example request
Citation pills are returned by default when ChatGPT cites sources inline. No flag is required.citationPills array documented below.
Overview
Citation pills are inline citations that appear within the text of ChatGPT responses when ChatGPT references specific sources. No additional parameters are required. Citation pills are included by default when available in the response. Themarkdown field contains these citations as inline markdown links (e.g., [Label](url)), while the text field contains plain text without the links. The citationPills array provides structured metadata about all inline citations.
Citation pill structure
Each citation pill contains:| Field | Type | Description |
|---|---|---|
url | string | The URL of the citation source |
label | string | Label/title of the citation |
description | string | Description of the citation content |
domain | string | Domain of the citation source (e.g., “example.com”) |
datePublished | string | ISO 8601 date string of when the source was published |
citationPillId | integer | Unique identifier for the citation pill |