# Inkbox AI Content Studio — Link Slug Generator

> Inkbox AI Content Studio — Link Slug Generator 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).

Converts a piece of text into a URL-friendly link slug using AI-powered processing

## Facts

- Endpoint: POST https://xinkx402.netlify.app/api/link-slug
- 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-link-slug-generator-6ee6611f
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_IpKWYMwn8FezqxcMsuNNq

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-link-slug-generator-6ee6611f -d '<json body>'
```

Example prompt: Can you turn this blog post title into a clean URL slug for my CMS: 'Top 10 Ways to Boost Your Morning Productivity in 2025'?

## When to prefer this

Choose this endpoint when you need a quick, AI-powered conversion of arbitrary text — including titles with special characters, foreign words, or complex punctuation — into a clean URL slug, especially when integrated into an automated content publishing pipeline that already uses USDC micropayments on Base.

## Known failure modes

- Missing required 'text' field returns validation error
- Empty string input may return empty or error response
- Very long text strings may be truncated or cause timeout
- Non-string types for the text field may cause a 400 error
- Payment failure via x402 protocol blocks the call before processing

## 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 generated URL-friendly slug derived from the input text, with spaces replaced by hyphens, special characters removed, and the string lowercased for clean URL usage.

## 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-link-slug-generator-6ee6611f/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)
