# JubJub Get Content Ownership

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

Returns the on-chain ownership token holders for a specific piece of content, including wallet addresses, basis-point allocations, token IDs, and profile labels.

## Facts

- Endpoint: POST https://api.jubjubapp.com/v2/paid/get_content_ownership
- Price: $0.005000/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-7b98ad3a
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_IEcKWfvGKbHSqla2eOtia

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-7b98ad3a -d '<json body>'
```

Example prompt: Show me the full ownership breakdown for content item abc123 on JubJub — I want to see every wallet address, their basis-point allocation, and any profile names attached.

## When to prefer this

Use this endpoint when you need authoritative on-chain ownership data for a JubJub content item — specifically wallet addresses, basis-point splits, and token IDs. Prefer this over analytics or revenue endpoints when the question is about who owns shares, not how much revenue has been earned.

## Known failure modes

- Content item not found — returns error if the provided content ID does not exist
- Unauthorized — payment not included or invalid x402 payment header
- Invalid content ID format — malformed or non-existent contract reference
- No ownership records — content contract not yet deployed or ownership not initialized

## How this service works

Ownership token holders for a piece of content — addresses, basis-point allocations, on-chain token IDs, profile labels where available.

## Output

A list of ownership token holders for the specified content item, each entry including the holder's wallet address, their share expressed in basis points, their on-chain token ID, and a human-readable profile label if one is associated with that address.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/api-jubjubapp-com-7b98ad3a/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)
