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. null until a title is known.

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 include=source_url.source from a citation.

created_at datetime

When the source URL was created.

updated_at datetime

When the source URL was last updated.