Parameters4
| Parameter | Type | Default | Example |
|---|---|---|---|
description | string | null | A clip created by an agent |
tags | array | null | [] |
title | string | null | My first agent video |
video_id | string | null | mda_abc123 |
Service overview
Create a new content item in the paying wallet's auto-provisioned JubJub workspace. Draft state; call launches_create to publish. The signer wallet becomes the on-chain revenue recipient once the content contract deploys. Body does not need workspace_id — the wallet's own workspace is used.
Level up your agent by giving it access to thousands of services. All payable per-request via x402. No API keys, no accounts.
Paste into your agentic chat and let your agent guide you.
npx awal x402 pay "https://api.jubjubapp.com/v2/paid/contents_create" \
--method POST \
--data '{
"description": "{description}",
"tags": "{tags}",
"title": "{title}",
"video_id": "{video_id}"
}'{
"endpoint": "POST /v2/paid/contents_create",
"paid": true,
"query": "example input",
"result": {
"value": "Structured response from the service."
}
}API surface
7 crawlable routes
| Parameter | Type | Default | Example |
|---|---|---|---|
description | string | null | A clip created by an agent |
tags | array | null | [] |
title | string | null | My first agent video |
video_id | string | null | mda_abc123 |
| Parameter | Type | Default | Example |
|---|---|---|---|
content_id | string | null | abc123 |
period | string | null | 30d |
| Parameter | Type | Default | Example |
|---|---|---|---|
content_id | string | null | abc123 |
| Parameter | Type | Default | Example |
|---|---|---|---|
content_id | string | null | abc123 |
| Parameter | Type | Default | Example |
|---|---|---|---|
content_id | string | null | abc123 |
metric | string | null | all |
| Parameter | Type | Default | Example |
|---|---|---|---|
duration_seconds | number | null | 60 |
profile_id | string | null | creator_abc |
title | string | null | Behind the scenes |
| Parameter | Type | Default | Example |
|---|---|---|---|
content_id | string | null | cnt_abc123 |
platform_config_ids | array | null | [] |
FAQ
Service
Base wallet portfolio breakdown: up to 100 token positions with live USD price and value, portfolio percentage, 24h price change — native ETH included, spam filtered, top 50 returned; truncated:true means the wallet exceeds the 100-position fetched page (totals null then). Plus total value, top-position concentration and an AI bagcheck read. Wallet holdings, wallet portfolio, wallet balance, bagcheck. $0.02 per call.
Service
Detect upgradeable proxy patterns (EIP-1967, UUPS, Transparent) via eth_getStorageAt - returns the implementation address behind a proxy
Service
Exa /contents endpoint