# Cloudinary Admin API - List Image Resources

> Cloudinary Admin API - List Image Resources is a paid API for AI agents from gateway.apiosk.com, paid per call via x402, $0.05/call, status unknown (last checked 2026-09-14).

Lists all image resources stored in a Cloudinary product environment, with pagination support via max_results and next_cursor.

## Facts

- Endpoint: GET https://gateway.apiosk.com/cloudinary/resources/image
- Price: $0.05/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/cloudinary-admin-api-list-image-resources-8276d4ad
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_TjaibEc0-pJLSh4gg_tpo

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 cloudinary-admin-api-list-image-resources-8276d4ad
```

Example prompt: Show me all the images stored in my Cloudinary environment — return up to 50 results and include a cursor so I can get the next page if needed.

## When to prefer this

Use this endpoint when you need to programmatically enumerate or audit image assets in a Cloudinary environment, especially when building media libraries, performing asset inventories, or paginating through large collections of images. Prefer this over direct Cloudinary API access when using the gateway.apiosk.com proxy with x402 micropayment support.

## Known failure modes

- Invalid or expired Cloudinary credentials return 401 Unauthorized
- Exceeding rate limits returns 429 Too Many Requests
- Invalid next_cursor value may return an error or empty result set
- max_results exceeding allowed maximum may return a validation error
- Gateway proxy errors may return 502 or 503 if the upstream Cloudinary API is unavailable

## How this service works

List image resources in the Cloudinary product environment. Supports pagination with max_results and next_cursor.

## Output

A paginated list of image resources stored in the Cloudinary product environment, including metadata for each image asset (such as public IDs, URLs, formats, dimensions) along with a next_cursor value for fetching subsequent pages.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/cloudinary-admin-api-list-image-resources-8276d4ad/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from gateway.apiosk.com](https://www.zero.xyz/host/gateway.apiosk.com/llms.txt)
