Verify Wattpad session validity and identify the authenticated user. Queries an authenticated endpoint to detect mismatches with the configured account, returning auth status, warnings, and profile.
Search public Wattpad stories by text or tag to find authors, metrics, and tags. Returns matching stories with author details, performance metrics, and content tags.
Retrieve a Wattpad user's public profile, including biography, published works, and follower count, by providing their username. Get structured JSON data for any public account.
Publish a draft chapter to Wattpad after saving required story tags. Use dry_run to preview API requests, or skip details if tags already exist. Triggers follower notifications; confirm before publishing.
Fetch comments from a Wattpad chapter with pagination, returning author, date, and text for each comment. Use offset and limit to control the number of comments fetched.
Update a Wattpad chapter's title or full text, replacing the previous content only after verifying it hasn't changed and backing up the original to prevent data loss.
Convert Wattpad markup to HTML and detect formatting issues before publishing. Validate that paragraphs, italics, and separators survive the round-trip, returning problems and HTML preview.
List an author's Wattpad stories, including unpublished drafts, with status, part counts, and metrics. Reports writing-panel failures explicitly instead of silently returning only published works.
Post a comment on a Wattpad chapter using your authenticated account. Provide the chapter ID and comment text to publish it publicly, with an optional dry-run mode to simulate the request.