Citations
The citation object
Fields
| Field | Type | Description |
|---|---|---|
| id | integer | The unique ID of the citation. |
| url | string | The URL that the AI engine 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. |