Retrieve citations and behavioral evidence for audience personas. Use the continuation token from the v2/audience_insights response.
Recommended Usage: Set citations_mode=async in the audience insights request, then call this endpoint to retrieve citations separately. This keeps the initial response fast while allowing deep citation analysis.
Metadata mode for response filtering. If not provided, uses the metadata_mode from the original request. Use 'debug' to see citation sources.
none, basic, debug Successful Response
Response model for the async citations endpoint.
The status of the citation generation task.
pending, completed, error A dictionary where keys are persona labels and values are PersonaCitationData objects containing citations and behaviors.
List of citation sources used (e.g., 'serper', 'opensearch'). Helps identify which search methods were used.
A dictionary where keys are persona labels and values are supporting evidence objects with real URLs from Reddit, YouTube, and Amazon.
An error message if the status is 'error'.