Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Comment task data returned by the comments API
interface Comment { id: string; accountId: string; postUrl: string; commentText: string; status: 'scheduled' | 'pending' | 'verifying' | 'completed' | 'failed'; commentUrl?: string | null; error?: string | null; createdAt?: string; completedAt?: string | null; }
POST /comment/create
POST /comment