← oblique.markets · all endpoints

POST /api/v1/paid/rewrite — $0.005 per call

Use when an agent needs rewrite. Returns Rewrite text per a natural-language instruction (tone, formality, simplification, shortening) — deterministic flash-model rewriting with hard input/output caps. $0.005.

Price$0.005 per call (5000 atomic USDC, scheme exact)
Categoryai-tools
Railsx402 · USDC on Base (eip155:8453) and Solana · MPP pathUSD on Tempo
Canonical URLhttps://api.oblique.markets/api/v1/paid/rewrite

Try it

curl -i https://api.oblique.markets/api/v1/paid/rewrite
# → HTTP 402 with the exact payment requirements; pay, then retry with PAYMENT-SIGNATURE (x402) or Authorization: Payment (MPP)

Input schema

{
 "type": "object",
 "required": [
  "text",
  "instruction"
 ],
 "properties": {
  "text": {
   "type": "string",
   "description": "Text to rewrite; truncated to 8,000 characters"
  },
  "instruction": {
   "type": "string",
   "description": "How to rewrite it, e.g. \"make it formal\", \"shorten to two sentences\""
  }
 }
}

Example input

{
 "body": {
  "text": "string (required, truncated to 8000 chars)",
  "instruction": "string (required, e.g. \"make it formal\")"
 }
}

Example output

{
 "text_rewritten": "Dear Ms. Alvarez, I am writing to request a brief extension on the Q3 deliverable. The integration testing surfaced two issues that require an additional three business days to resolve.",
 "instruction": "make it formal",
 "model": "inclusionai/ling-3.0-flash"
}

Clients

Worked TypeScript/Python clients and MCP configs: oblique-markets/oblique-examples · Agent Skills: oblique-markets/skills

Pay per call with x402 (USDC on Base or Solana) or MPP (pathUSD on Tempo). No accounts. Machine doors: /.well-known/x402.json · /openapi.json · /llms-full.txt · MCP · humans: remote.observer