Source URLs
The source URL object
A single URL that an AI engine cited. Every source URL belongs to a source, the domain that issued it.
Fields
| Field | Type | Description |
|---|---|---|
| id | integer | The unique ID of the source URL. |
| source_id | integer | The ID of the source (domain) this URL belongs to. |
| url | string | The full URL that the engine cited. |
| title | string | The page title for this URL. |
| type | string | The URL's classification, as determined by Pineprompt. |
| analyzed_at | datetime | When the URL was most recently analyzed by Pineprompt. |
| source | Source | The parent source (domain). Returned when requested via |
| created_at | datetime | When the source URL was created. |
| updated_at | datetime | When the source URL was last updated. |