# CIEL M2M SRT Generator

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

Generates SRT subtitle/caption files or subtitle-related text content via a micro-service API endpoint

## Facts

- Endpoint: GET https://169.58.38.67.sslip.io/api/srt-generate
- Price: $0.05/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-srt-generator-fd5c9184
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_2ZomHdxiF_wqmluDBvzmp

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-srt-generator-fd5c9184
```

Example prompt: Can you generate an SRT subtitle file for my video content using the CIEL M2M micro-service — I need timed captions output as a properly formatted SRT result.

## When to prefer this

Choose this endpoint when you need a pay-per-call, lightweight micro-service to generate SRT subtitle content without a subscription commitment. It is well-suited for AI agent workflows that infrequently need caption file generation and want to pay $0.05 USDC per call via x402 on Base rather than maintain a subscription to a dedicated captioning platform.

## Known failure modes

- Missing or malformed 'properties' input parameter returns an error result
- Invalid input schema causes a 400-level response
- Payment failure via x402/USDC results in a 402 Payment Required response
- Server unavailability on the raw IP host may cause timeout or connection errors
- Ambiguous or empty input may return a generic or empty SRT result

## 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 SRT subtitle content or related caption data as a string, ready for use in video editing or streaming workflows.

## 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-srt-generator-fd5c9184/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)
