# Inkbox AI Content Studio — Sort

> Inkbox AI Content Studio — Sort is a paid API for AI agents from xinkx402.netlify.app, paid per call via x402, $0.3/call, status unknown (last checked 2026-09-14).

Sorts or reorders written content using AI-powered text processing

## Facts

- Endpoint: POST https://xinkx402.netlify.app/api/sort
- Price: $0.3/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/inkbox-ai-content-studio-sort-02b698cd
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_gJk6cmMFcO0yA1H73rfu6

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-ai-content-studio-sort-02b698cd -d '<json body>'
```

Example prompt: Can you sort this list of product features into a logical order for me: 'Easy setup, Enterprise security, 24/7 support, Free trial, API access, Custom integrations'?

## When to prefer this

Choose this endpoint when you need AI-assisted sorting or reordering of text content — such as lists, bullet points, or lines — and want a pay-per-call, no-subscription approach using USDC on Base. Prefer this over manual sorting logic when the ordering requires semantic understanding rather than simple alphabetical rules.

## Known failure modes

- Missing required `text` field returns an error response
- Empty string input may return an empty or unchanged result
- Very large text inputs may time out or be truncated
- Ambiguous sorting criteria in free-form text may yield unexpected ordering

## 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 sorted or reordered version of the input text

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "text"
 ],
 "properties": {
  "text": {
   "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-ai-content-studio-sort-02b698cd/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from xinkx402.netlify.app](https://www.zero.xyz/host/xinkx402.netlify.app/llms.txt)
