api.jubjubapp.com

api.jubjubapp.com
Category
Service
Network
Avg / request
$0.002 – $0.25
Endpoints
7

Service overview

What is api.jubjubapp.com?

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.

Make a Call

Example request
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}"
}'
What you get back
{
  "endpoint": "POST /v2/paid/contents_create",
  "paid": true,
  "query": "example input",
  "result": {
    "value": "Structured response from the service."
  }
}

Similar Services