# JubJub Purchase Content (Full Transcript + Licensing)

> JubJub Purchase Content (Full Transcript + Licensing) is a paid API for AI agents from api.jubjubapp.com, paid per call via x402, $0.102/call, status unknown (last checked 2026-09-15).

Returns all metadata fields, full transcript, and rights-holder contact info for a content item, logging an intended-use licence declaration on-chain.

## Facts

- Endpoint: POST https://api.jubjubapp.com/v2/paid/purchase_content
- Price: $0.102/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/jubjub-purchase-content-full-transcript-licensing-ab9a3b70
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_UOz42x3RPwk2RIDNp3KKL

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 jubjub-purchase-content-full-transcript-licensing-ab9a3b70 -d '<json body>'
```

Example prompt: I need the full transcript and licensing contact info for the JubJub content item cid_abc123 — I want to use it for educational purposes, so log that as my intended use and start the licensing process.

## When to prefer this

Use this endpoint when you need the full transcript of a content item (not just a summary or partial metadata), when you want to initiate or log a formal licensing relationship with a creator, or when you need rights-holder contact information. Prefer this over the free metadata endpoint when complete transcript access is required or when an on-chain licence declaration is legally or contractually necessary. This is the right choice for journalists, researchers, commercial licensees, or any agent that must document intended use.

## Known failure modes

- Invalid or non-existent content ID returns 404 not found
- Missing or malformed intended use declaration causes request rejection
- Insufficient USDC balance or payment failure results in 402 Payment Required
- Wallet not authorized or signature verification failure returns 401
- On-chain logging failure may result in transaction error, preventing completion
- Rate limiting or network congestion may cause timeout

## How this service works

Returns all metadata fields plus the full transcript and rights-holder contact information for licensing. Requires declaring an intended use, which is logged as a licence declaration. Use when you need the full transcript or want to start a licensing conversation with the creator. Payment is distributed to the content's rights holders on-chain; JubJub retains a 3% platform fee. Browse the full catalogue and search it for free at JubJub's MCP: https://api.jubjubapp.com/v2/mcp

## Output

A JSON object containing all structured metadata fields for the content item, the complete transcript text, rights-holder contact information for licensing outreach, and confirmation of the on-chain licence declaration log entry including the declared intended use.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "content_id": {
   "type": "string"
  },
  "intended_use": {
   "enum": [
    "content_discovery",
    "training_data",
    "licensing_research",
    "agent_recommendation",
    "other"
   ],
   "type": "string"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/jubjub-purchase-content-full-transcript-licensing-ab9a3b70/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)
