# JubJub Launches Create

> JubJub Launches Create is a paid API for AI agents from api.jubjubapp.com, paid per call via x402, $0.25/call, status unknown (last checked 2026-09-14).

Schedule or immediately publish a content item owned by the paying wallet to one or more connected platforms, recording the wallet signer as actor and routing revenue on-chain.

## Facts

- Endpoint: POST https://api.jubjubapp.com/v2/paid/launches_create
- Price: $0.25/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/api-jubjubapp-com-2155ab99
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_NB1gy5d-UreW22xEjgshZ

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 api-jubjubapp-com-2155ab99 -d '<json body>'
```

Example prompt: Publish my JubJub content item abc123 immediately to my YouTube and Twitter platform configs — I want it to go live right now and have my wallet recorded as the creator.

## When to prefer this

Use this endpoint when you have already created a content item via JubJub's content creation endpoint and need to push it live to one or more pre-configured platforms, with on-chain revenue routing tied to the paying wallet. Prefer this over generic social posting APIs when you need on-chain creator attribution and revenue splitting at the time of publish.

## Known failure modes

- Invalid or unrecognized content item ID returns 404
- platform_config IDs not wired to the wallet's workspace returns 422 or authorization error
- Wallet signer lacks ownership of the content item returns 403
- Payment of 0.25 USDC not fulfilled returns 402
- Content item not in a publishable state (e.g. incomplete draft) returns 400
- Downstream platform connection failure returns 502 or platform-specific error

## How this service works

Schedule or immediately publish a content item the paying wallet owns to one or more platforms. Requires platform_config IDs already wired to the wallet's workspace. The launch records the wallet's signer as actor; the underlying ownership contract routes revenue to it.

## Output

A launch record confirming the content item has been scheduled or published to the specified platforms, with the calling wallet's signer recorded as the actor and the on-chain ownership contract activated to route revenue to that wallet.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/api-jubjubapp-com-2155ab99/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.jubjubapp.com](https://www.zero.xyz/host/api.jubjubapp.com/llms.txt)
