Documentation Index
Fetch the complete documentation index at: https://docs.x.com/llms.txt
Use this file to discover all available pages before exploring further.
Build, analyze, and innovate with X's real-time global data. Access posts, users, trends, and more through modern APIs with flexible pay-per-usage pricing.
export const Button = ({href, children}) => {
return <div className="not-prose">
<a href={href}>
<button className="x-btn">
<span>{children}</span>
<svg width="3" height="24" viewBox="0 -9 3 24" class="h-6 rotate-0 overflow-visible"><path d="M0 0L3 3L0 6" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path></svg>
</button>
</a>
Documentation Index Fetch the complete documentation index at: https://docs.x.com/llms.txt Use this file to discover all available pages before exploring further.