get_twitterapi_guide
Access TwitterAPI.io documentation for pricing, rate limits, authentication, and filter rules. Retrieve full guide content with headers, paragraphs, and code examples.
Instructions
Get TwitterAPI.io guide pages for conceptual topics.
USE THIS WHEN: You need information about pricing, rate limits, authentication, or filter rules. AVAILABLE GUIDES: pricing, qps_limits, tweet_filter_rules, changelog, introduction, authentication, readme
RETURNS: Full guide content with headers, paragraphs, and code examples.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| guide_name | Yes | Guide name: pricing, qps_limits, tweet_filter_rules, changelog, introduction, authentication, readme |
Input Schema (JSON Schema)
{
"properties": {
"guide_name": {
"description": "Guide name: pricing, qps_limits, tweet_filter_rules, changelog, introduction, authentication, readme",
"enum": [
"pricing",
"qps_limits",
"tweet_filter_rules",
"changelog",
"introduction",
"authentication",
"readme"
],
"type": "string"
}
},
"required": [
"guide_name"
],
"type": "object"
}