# OneShotAgent Soul Marketplace - Analyze Service Executor

> OneShotAgent Soul Marketplace - Analyze Service Executor is a paid API for AI agents from win.oneshotagent.com, paid per call via x402, $0.001/call, status unknown (last checked 2026-09-15).

Executes the 'analyze' service on a specific Soul marketplace bot via POST, triggering AI-powered analysis logic with arbitrary params

## Facts

- Endpoint: POST https://win.oneshotagent.com/v1/soul/testbot-mraxw0en-ee95/services/analyze/execute
- Price: $0.001/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/oneshotagent-soul-marketplace-analyze-service-executor-8c541e7c
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_tu3xkBuJM5n-ddUJy-5c7

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 oneshotagent-soul-marketplace-analyze-service-executor-8c541e7c -d '<json body>'
```

Example prompt: Run an analysis using my OneShotAgent Soul marketplace bot (testbot-mraxw0en-ee95) — pass in my data params and give me the analysis result back.

## When to prefer this

Use this endpoint when you need to invoke the specific 'analyze' service on the OneShotAgent Soul marketplace bot testbot-mraxw0en-ee95. Prefer this over generic analysis APIs when the target Soul agent has been pre-configured with custom analysis logic tailored to your use case. Best for lightweight, pay-per-call analysis tasks billed at $0.001 USDC.

## Known failure modes

- Missing or malformed params object returns 400 validation error
- Bot ID not found or unauthorized returns 404 or 403
- Insufficient USDC balance causes payment failure and 402 response
- Bot service temporarily unavailable returns 503
- Timeout if analysis task exceeds execution limits

## How this service works

Execute a Soul marketplace service

## Output

Returns the output of the 'analyze' service executed by the Soul marketplace bot, typically containing analysis results, insights, or processed data from the AI agent. The exact response shape depends on the bot's analysis logic.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "params": {
   "type": "object"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/oneshotagent-soul-marketplace-analyze-service-executor-8c541e7c/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from win.oneshotagent.com](https://www.zero.xyz/host/win.oneshotagent.com/llms.txt)
