Install
openclaw skills install ntriq-x402-content-generate-batchBatch AI content generation for up to 500 prompts. Flat $6.00 USDC via x402.
openclaw skills install ntriq-x402-content-generate-batchGenerate content for up to 500 prompts in a single call. Flat $6.00 USDC. 100% local inference on Mac Mini.
POST https://x402.ntriq.co.kr/content-generate-batch
Content-Type: application/json
X-PAYMENT: <x402-payment-header>
{
"prompts": [
"benefits of standing desks",
"best practices for remote meetings",
"how to improve team productivity"
],
"style": "blog",
"tone": "professional",
"max_words": 300
}
| Parameter | Type | Required | Description |
|---|---|---|---|
prompts | array | ✅ | Content topics (max 500) |
style | string | ❌ | blog | email | social | product | report | ad |
tone | string | ❌ | professional | casual | persuasive | friendly |
language | string | ❌ | Output language (default: en) |
max_words | integer | ❌ | Max words per item (default: 500) |
curl https://x402.ntriq.co.kr/services