API Reference
Citations
A citation is a single URL that an AI engine linked to inside a response. Pineprompt aggregates citations into sources, which lets you see which pages drive your visibility over time. Citations are read-only.
Endpoints
-
GET
/api/v1/citationsList citationsReturns every citation collected across the active project. The response is paginated, with the newest citations returned first by default.
-
GET
/api/v1/citations/{citation}Get a citationReturns a single citation. The citation must belong to a response in the active project.