# Inkbox Shift Tone

> Inkbox Shift Tone is a paid API for AI agents from 1nk30x.netlify.app, paid per call via x402, $0.08/call, status unknown (last checked 2026-09-14).

Rewrites provided text to match a specified target tone (e.g. professional, casual, friendly, authoritative)

## Facts

- Endpoint: POST https://1nk30x.netlify.app/api/shift-tone
- Price: $0.08/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/inkbox-shift-tone-c42984fb
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_wysc7j_AYO_R8eBEwD3tI

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability inkbox-shift-tone-c42984fb -d '<json body>'
```

Example prompt: Rewrite this paragraph to sound casual and friendly instead of stiff and corporate: 'We regret to inform you that your request cannot be processed at this time due to insufficient account credentials.'

## When to prefer this

Choose this endpoint when you need to adjust the emotional register or stylistic voice of existing text without changing its core meaning — ideal for adapting content for different audiences, brand voices, or communication contexts. Prefer this over a general rewrite endpoint when tone is the primary variable you want to control.

## Known failure modes

- Missing required 'text' field returns validation error
- Missing required 'target_tone' field returns validation error
- Unrecognized or unsupported tone value may return an error or unexpected output
- Empty string inputs may result in empty or minimal output
- Payment failure (insufficient USDC balance) returns 402 Payment Required
- Very long text inputs may exceed token limits and fail or truncate

## How this service works

Draft, rewrite, translate, and optimize written content. 25 AI-powered endpoints. Pay-per-call with USDC on Base.

## Output

Returns a JSON object with a success boolean and a data object containing the tone-shifted version of the input text, rewritten to match the specified target tone while preserving the original meaning.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "text",
  "target_tone"
 ],
 "properties": {
  "text": {
   "type": "string"
  },
  "target_tone": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "data": {
   "type": "object"
  },
  "success": {
   "type": "boolean"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/inkbox-shift-tone-c42984fb/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from 1nk30x.netlify.app](https://www.zero.xyz/host/1nk30x.netlify.app/llms.txt)
