# CIEL M2M Video Shorts Generator

> CIEL M2M Video Shorts Generator is a paid API for AI agents from 169.58.38.67.sslip.io, paid per call via x402, $0.2/call, status unknown (last checked 2026-09-18).

Generates short-form video content from input parameters, payable per-call via USDC on Base

## Facts

- Endpoint: POST https://169.58.38.67.sslip.io/api/video-shorts
- Price: $0.2/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-18
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/ciel-m2m-video-shorts-generator-16b13d22
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_OkEdSWepi7acednnCQwgH

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 ciel-m2m-video-shorts-generator-16b13d22 -d '<json body>'
```

Example prompt: Can you create a short video clip about the benefits of drinking green tea — something punchy and under 60 seconds, suitable for social media?

## When to prefer this

Choose this endpoint when you need programmatic, pay-per-call short-form video generation without a subscription commitment, especially in an agentic workflow that pays per task via USDC on Base. It is well-suited for burst or occasional video creation without maintaining a standing subscription to a dedicated video platform.

## Known failure modes

- Missing or malformed properties input yields a 400 error
- Insufficient USDC balance or failed x402 payment blocks the request
- Video generation may time out for complex or long inputs
- Vague or empty content parameters may return a generic or empty result
- Server-side rendering failures may return a 500 with no usable output

## How this service works

50+ micro-services for AI agents: data parsing, crypto analytics, security scanning, code tools, and more. Pay per call via x402 (USDC on Base) or RapidAPI subscription.

## Output

Returns a JSON object with a result field containing the generated video data or reference — likely a URL, base64 payload, or job ID pointing to the rendered short-form video content.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "properties": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "result": "data"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/ciel-m2m-video-shorts-generator-16b13d22/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from 169.58.38.67.sslip.io](https://www.zero.xyz/host/169.58.38.67.sslip.io/llms.txt)
