Introduction
Twitter/X data API for agent workflows
Social Data Hub exposes managed Twitter/X data endpoints for search, tweet detail, user profiles, timelines, trends, quotes, reposts, and conversation context. The platform handles API key limits, provider routing, and credits accounting before traffic reaches the provider layer.
Authentication
Use a Bearer API key
Create an API key on the API Keys page, open Detail, copy the full token, then pass it in the Authorization header.
Authorization: Bearer tw_live_your_api_key
Quick Start
Run an Advanced Search request
Advanced Search is the main Twitter/X search endpoint. It returns matched tweet items, and credits are charged per returned item.
Loading cURL example...
Endpoint Reference
Live endpoint docs
Endpoint paths and credits are loaded from the live configuration managed in the admin console.