# Coockies.ai ExerciseDB API

> Coockies.ai ExerciseDB API is a paid API for AI agents from coockies-ai.vercel.app, paid per call via x402, $0.174853/call, status unknown (last checked 2026-09-13).

Retrieves exercise data including muscle groups, equipment, and workout details via a pay-per-call proxy to the ExerciseDB dataset

## Facts

- Endpoint: POST https://coockies-ai.vercel.app/api/exercisedb
- Price: $0.174853/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/coockies-ai-exercisedb-api-51cf9a36
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_L7zboutoOxzxMP8YwjC84

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 coockies-ai-exercisedb-api-51cf9a36 -d '<json body>'
```

Example prompt: Can you pull up a list of exercises I can do to target my biceps using just dumbbells?

## When to prefer this

Use this endpoint when you need programmatic access to a comprehensive exercise database with structured fields like muscle group, equipment, and body part — especially in a pay-per-call context via x402 on Base chain without managing a separate ExerciseDB API subscription.

## Known failure modes

- Missing or malformed query parameters returning empty result set
- Downstream ExerciseDB service unavailable causing proxy timeout
- Payment failure on Base chain blocking the API call
- Invalid exercise name or ID returning null data
- Rate limiting or quota exceeded on the underlying data source

## How this service works

194 production-ready API endpoints. AI, Search, Social, Finance, Crypto. Pay-per-call with x402 on Base chain.

## Output

Returns structured exercise data including exercise name, target muscle group, secondary muscles, required equipment, body part category, and a GIF or image URL demonstrating the movement.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "result": {
   "type": "object",
   "description": "API response data"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "example": {
  "result": {
   "data": "example response"
  }
 },
 "properties": {
  "result": {
   "type": "object",
   "description": "API response data"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/coockies-ai-exercisedb-api-51cf9a36/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from coockies-ai.vercel.app](https://www.zero.xyz/host/coockies-ai.vercel.app/llms.txt)
