Skip to main content
Skip writing auth + pagination boilerplate β€” install the official AI agent skill and let Claude Code, Cursor, Copilot, etc. handle it:

API Authentication

Every API request requires authentication using an API key in the HTTP headers.

Getting Your API Key

  1. Log in to your TwitterApiIO Dashboard
  2. Find your API key displayed on the dashboard homepage

Using Your API Key

All API requests must include the x-api-key header for authentication. Header format:
Example requests:

cURL

Python

Java