RSS3 AgentData
Health Check
Health check endpoint to verify the service is running properly. Checks database connectivity and returns service status information.
GET
/
api
/v1
/health
Successful Response
Get Ai Intels
Get recent AI intels with configurable limit
GET
/
api
/v1
/ai_intel
Query Parameters
limit
Limit
Number of AI intels to return (1-100)
Default:
10
Minimum: 1
Maximum: 100
Successful Response
Get Tweets By Handle
Get tweets from a specific Twitter handle
GET
/
api
/v1
/tweets
/{handle}
Path Parameters
handle
RequiredHandle
Twitter handle to fetch tweets for
Query Parameters
type
Type
Tweet type filter: tweet, reply, retweet, or quote
limit
Limit
Number of tweets to return
Default:
50
Successful Response