Skip to content

Walter AI — API Documentation

Walter AI — API Documentation

Build AI-powered text humanization and detection into your product. Integrate in minutes with our REST API.

Base URL: https://api.preproduction.walterwrites.ai/api


Get Started in 5 Minutes

New to Walter AI? Start here and make your first API call.

Quickstart Tutorial →


Core Capabilities

CapabilityWhat It DoesEndpoint
HumanizerTransform AI-generated text to bypass detectionPOST /feature/humanizer/
AI DetectorDetect whether text was written by AIPOST /feature/ai-detector/
DetectorCheck humanized output against detectorsPOST /feature/detector/
File ConverterConvert PDF, DOCX, TXT files to HTML/textPOST /feature/file-to-html/

I’m evaluating Walter AI

I’m integrating the API

I’m running in production


Endpoint Quick Reference

User & Auth

MethodEndpointDescription
POST/user/signup/Create a new account
POST/user/login/Authenticate with email & password
POST/user/login/google/Sign in with Google
POST/user/refresh/Refresh access token
GET/user/account/Get current user profile & credits

Features

MethodEndpointDescription
POST/feature/humanizer/Humanize text
POST/feature/ai-detector/Detect AI-generated content
POST/feature/detector/Run detection on text
POST/feature/file-to-html/Convert file to HTML
GET/feature/history/List usage history

Payments

MethodEndpointDescription
POST/payments/create-checkout-session/Start subscription checkout
GET/payments/products/List available plans
GET/payments/pricing/Get pricing details
DELETE/payments/create-checkout-session/Cancel subscription

SDKs & Tools

LanguageStatusNotes
cURLAvailableAll examples shown in cURL
PythonExamples providedUse requests library
JavaScriptExamples providedUse fetch API

Need help? Contact support or check the Error Handling Guide for common issues.