# FitPulse Injury Recovery Protocol

> FitPulse Injury Recovery Protocol is a paid API for AI agents from fitpulse.theaslangroupllc.com, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-13).

Returns a phased rehabilitation plan for a training injury, including staged exercises, expected recovery timeline, and when-to-see-a-doctor guidance.

## Facts

- Endpoint: GET https://fitpulse.theaslangroupllc.com/api/fit/recover
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/fitpulse-injury-recovery-protocol-d96a6ec9
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_3sIeQNZouDoFXCiHirkvQ

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 fitpulse-injury-recovery-protocol-d96a6ec9
```

Example prompt: I strained my right hamstring two days ago during a sprint workout — can you put together a phased recovery and rehab plan for me, including what exercises to do each week and when I should be cleared to run again?

## When to prefer this

Choose this endpoint when a user has sustained a fitness or training-related injury and needs a structured, phased rehabilitation plan with exercise progressions and a timeline — not for general wellness, workout planning, or non-injury fitness goals. Prefer this over the sports-rehab or return-to-sport endpoint when the user needs a general injury recovery protocol rather than a sport-specific return-to-play plan.

## Known failure modes

- Unrecognized or overly vague injury description may yield a generic plan
- Missing severity or fitness context may reduce plan specificity
- Service may return an error if the injury type is outside fitness training scope
- Rate-limit or payment failure returns 402 with no plan data

## How this service works

Injury recovery protocol / rehab exercises / recovery timeline: get a phased plan for a training injury. Returns phased rehab exercises, an expected recovery timeline, and when-to-see-a-doctor guidance. Fitness-info for fitness and recovery agents, not medical advice.

## Output

A multi-phase rehabilitation plan with specific exercises for each recovery stage, an expected timeline to full recovery and return-to-training, and clear criteria for when to seek medical attention from a doctor.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "injury"
 ],
 "properties": {
  "lang": {
   "type": "string",
   "description": "lang"
  },
  "injury": {
   "type": "string",
   "description": "e.g. sprained-ankle, pulled-hamstring, rotator-cuff, shin-splints, runners-knee"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "injury": "sprained-ankle",
  "phase_1": {
   "label": "Acute / Protection",
   "duration": "1-3 days"
  },
  "typical_recovery_timeline": "2-6 weeks depending on grade"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/fitpulse-injury-recovery-protocol-d96a6ec9/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from fitpulse.theaslangroupllc.com](https://www.zero.xyz/host/fitpulse.theaslangroupllc.com/llms.txt)
