# StableMedia Genres List

> StableMedia Genres List is a paid API for AI agents from stablemedia.dev, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-15).

Returns a list of streaming content genres available across 200+ streaming services and 60+ countries

## Facts

- Endpoint: POST https://stablemedia.dev/api/genres/list
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/stablemedia-genres-list-c2023868
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Jw28SLI3QJwz0DUNkkeOK

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 stablemedia-genres-list-c2023868 -d '<json body>'
```

Example prompt: Can you pull the full list of streaming genres available in the US so I can see what content categories I can use to filter shows?

## When to prefer this

Use this endpoint when you need to populate genre filter options for a specific country or streaming service, or when building a UI that lets users browse content by genre. Prefer this over hardcoding genre lists, as it reflects the actual genres available per service and region.

## Known failure modes

- Invalid or unsupported country code returns an error or empty list
- Payment of $0.01 USDC not provided or rejected results in 402 Payment Required
- Unsupported service filter returns empty genre set
- Malformed POST body returns 400 Bad Request

## How this service works

Pay-per-request streaming availability data. Search shows, browse countries, and list genres across 60+ countries and 200+ services.

## Output

A list of genre names and IDs available for streaming content, scoped to the requested country and/or streaming service, enabling downstream filtering and search of streaming titles.

## Example request

```json
{
 "title": "artificial intelligence",
 "country": "us"
}
```

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "output_language": {
   "type": "string",
   "description": "ISO 639-1 language code"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/stablemedia-genres-list-c2023868/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from stablemedia.dev](https://www.zero.xyz/host/stablemedia.dev/llms.txt)
