# JubJub Publish Recommendations

> JubJub Publish Recommendations is a paid API for AI agents from api.jubjubapp.com, paid per call via x402, $0.002/call, status unknown (last checked 2026-09-16).

Returns AI-generated publishing recommendations for a creator's next post — optimal platform, best posting time, title structure, hashtag set, and content duration target.

## Facts

- Endpoint: POST https://api.jubjubapp.com/v2/paid/get_publish_recommendations
- Price: $0.002/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-16
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/api-jubjubapp-com-68530d04
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_S-l9G3OafYBiCBvzOO7Sb

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

Example prompt: Based on my JubJub content item, tell me where and when I should publish my next post — I need the best platform, ideal posting time, a title structure, the right hashtags, and how long the content should be.

## When to prefer this

Use this endpoint when a creator wants data-driven guidance on where, when, and how to publish their content before hitting the schedule/publish endpoint. Prefer this over manual guessing or generic social media advice tools when working within the JubJub creator ecosystem, especially when the content item already exists as a draft and the goal is to maximize engagement at publish time.

## Known failure modes

- Content item not found or not owned by paying wallet — returns 404 or authorization error
- Insufficient content metadata to generate meaningful recommendations — returns degraded or partial recommendations
- Invalid or missing content ID in request body — returns 400 validation error
- Payment not processed or wallet balance insufficient — returns 402 payment required
- Platform data unavailable for comparison — returns partial recommendations with caveats

## How this service works

Ready-to-use publish recommendations for a creator's next post — best platform, best time, title structure, hashtag set, and duration target.

## Output

Returns a structured set of publish recommendations including: the best platform to post on, the optimal date/time window for posting, a suggested title structure or template, a curated hashtag set, and a recommended content duration target — all tailored to the creator's content item and audience context.

## Example request

```json
{
 "platform": "instagram",
 "profile_id": "test_creator_123",
 "content_type": "lifestyle",
 "recent_posts_count": 5
}
```

## More

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