Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request POST \ --url https://api.agntdata.dev/v1/data/x/user/tweets \ --header 'Authorization: <api-key>' \ --header 'Content-Type: application/json' \ --data ' { "username": "elonmusk", "user_id": "44196397", "include_replies": false, "include_pinned": false } '
{ "detail": "The API is limited, please try again later" }
This endpoint return a list of user’s tweets given a username
Bearer token. Pass your agntdata API key as: Authorization: Bearer agnt_live_...
Response