get_twitterapi_url
Fetch content from TwitterAPI.io documentation URLs, using offline snapshots for speed with live fetching as backup when needed.
Instructions
Fetch a TwitterAPI.io or docs.twitterapi.io URL.
USE THIS WHEN: You have a specific link and want its full content. RETURNS: Parsed content from the offline snapshot. If not found, you can set fetch_live=true (restricted to twitterapi.io/docs.twitterapi.io).
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | URL to fetch. Examples: https://twitterapi.io/privacy, /pricing, docs.twitterapi.io/introduction | |
| fetch_live | No | If true and the URL is missing from the offline snapshot, fetch it live over HTTPS (allowed hosts only). |