Citations
The citation object
A citation is a single link an AI platform included in a response, recorded with the URL, its title and domain, and its position in the citation list.
Fields
| Field | Type | Description |
|---|---|---|
| id | integer | The unique ID of the citation. |
| response_id | integer | The numeric ID of the response this citation came from. You may pass this ID to the |
| source_url_id | integer | The numeric ID of the classified source URL this citation belongs to. |
| url | string | The URL that the AI platform cited. |
| title | string | The title of the cited page, if known. |
| description | string | A short description of the cited page, if known. |
| domain | string | The domain of the source that this citation belongs to. |
| position | integer | The one-indexed order in which the citation appeared in the response. A position of |
| response | Response | The response this citation came from. Returned when requested via |
| source_url | SourceUrl | The classified source URL this citation belongs to. Returned when requested via |
| created_at | datetime | When the citation was recorded. |
| updated_at | datetime | When the citation was last updated. |