Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.zocomputer.com/llms.txt

Use this file to discover all available pages before exploring further.

Parameters

query
string
required
Natural language prompt describing what to find on X.
allowed_x_handles
string[]
default:[]
Only include posts from these X handles (max 10). Cannot be used with excluded_x_handles.
excluded_x_handles
string[]
default:[]
Exclude posts from these X handles (max 10). Cannot be used with allowed_x_handles.
time_range
string
default:"anytime"
Recency window for results: “anytime”, “day”, “week”, “month”, “year” (aliases: “a”, “d”, “w”, “m”, “y”), or a shorthand like “4h”, “48h”, “7d”, “2w”. “anytime” applies no date filter. Unrecognized values are treated as “anytime”. When both an explicit date range and time_range are given, the explicit dates win.
from_date
string
Start date (YYYY-MM-DD). If set, only results on/after this date are considered. Takes precedence over time_range.
to_date
string
End date (YYYY-MM-DD). If set, only results on/before this date are considered.
enable_image_understanding
boolean
default:true
If true, allow the agent to view and interpret images from X posts.
enable_video_understanding
boolean
default:true
If true, allow the agent to view and interpret videos from X posts.