Project Pulse [Deprecated]
[DEPRECATED] Use GET /v1/project/ai-news instead. This endpoint will continue to work but will not receive new features.
AI-generated news and signal analysis for a project. Each item includes title, summary, TL;DR, signal type, and source URLs.
Signal types returned: price_analysis, funding. Social/X-derived items (mindshare, twitter, ai_twitter, items with tweet payloads or X/Twitter source URLs) are filtered out and never returned.
Lookup: by UUID (id) or name (q). Filter by lang (en/zh/ja/kr). Returns 404 if not found.
Query parameters
Surf project UUID. PREFERRED — always use this when available from a previous response (e.g. project_id from /fund/portfolio or id from /search/project). Takes priority over q.
Surf project UUID. PREFERRED — always use this when available from a previous response (e.g. project_id from /fund/portfolio or id from /search/project). Takes priority over q.
Fuzzy entity name search. Only use when 'id' is not available. May return unexpected results for ambiguous names.
Fuzzy entity name search. Only use when 'id' is not available. May return unexpected results for ambiguous names.
Results per page
Results per page
Pagination offset
Pagination offset
Language for AI-generated content
Language for AI-generated content
Response
OK
Example response
{
"$schema": "https://example.com/schemas/DataResponseProjectPulseItem.json"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.