Direct Neural Access.

Integrate the cadence engine directly into your CMS, app, or workflow. < 500ms latency.

bash — 80x24
$ curl -X POST https://api.ctrl-build.com/v1/refine \
_

Endpoints

POST/v1/refine

/REFINE

The core engine. Accepts raw string, returns humanized output.

Param: tone=[academic, executive, casual]

POST/v1/detect

/DETECT

Pre-flight check. Scans text against GPTZero and Turnitin vectors to predict detection probability.

POST/v1/batch

/BATCH

High-volume processing. Upload CSV, receive callback via Webhook upon completion.

GET/v1/usage

/USAGE

Real-time token monitoring and cost analysis.

Integration

CURL
curl -X POST https://api.ctrl-build.com/v1/refine \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"text": "Your text here", "tone": "academic"}'
API Documentation | Developer Console | CTRL — BUILD