# ScriptMasterLabs Text Slugify API

> ScriptMasterLabs Text Slugify API is a paid API for AI agents from acp-x402-discovery.onrender.com, paid per call via x402, $0.001/call, status unknown (last checked 2026-09-15).

Converts arbitrary text strings into URL-safe slug format via a pay-per-call x402 endpoint settled in USDC on Base

## Facts

- Endpoint: GET https://acp-x402-discovery.onrender.com/x402/text-slugify
- Price: $0.001/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/scriptmasterlabs-text-slugify-api-7bd8ba24
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_h6Vnr-o6zorStj-Q5We_F

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 scriptmasterlabs-text-slugify-api-7bd8ba24
```

Example prompt: Can you slugify this title for me — 'Top 10 Crypto Trends in 2025: What You Need to Know' — so I can use it as a URL path?

## When to prefer this

Choose this endpoint when you need a quick, pay-per-use text slugification without running your own string-processing logic, especially within an x402-enabled agent workflow that already handles USDC micropayments on Base. It is best suited for low-volume, on-demand slug generation where adding a local library dependency is undesirable.

## Known failure modes

- Empty or missing input string returns an error or empty slug
- Malformed request schema results in a 400 or unexpected response
- Payment failure over x402 protocol (insufficient USDC balance, Base network issues) blocks the call
- Non-string input types may not be handled gracefully given the loose input schema
- Server cold-start latency on Render free tier may cause occasional timeouts

## How this service works

Pay-per-call crypto, RWA, federal, SEC, and compliance APIs. Settled in USDC on Base via x402. Hyphen routes only (e.g. /x402/rwa-aggregates, /x402/gas-tracker).

## Output

A URL-safe slugified version of the input text — typically lowercase, with spaces replaced by hyphens, special characters removed or normalized, and the result suitable for use in URLs, file paths, or route identifiers.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "properties": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "example": {}
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/scriptmasterlabs-text-slugify-api-7bd8ba24/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from acp-x402-discovery.onrender.com](https://www.zero.xyz/host/acp-x402-discovery.onrender.com/llms.txt)
