C
Parallel API Gateway
aisearchdata-extraction
Preview responses and set spending limits for this service through use.mpp.land
Free budget controls, response samples, and reliability routing.
Compliance Checks
All paid ops declare 402 response
MUST
10pt
All x-payment-info valid
MUST
10pt
Challenge has Cache-Control: no-store
MUST
5pt
Challenge digest on POST
SHOULD
3pt
Challenge has expires
SHOULD
3pt
Challenge has Problem Details
SHOULD
2pt
Challenge has required params
MUST
5pt
Challenge has WWW-Authenticate
MUST
5pt
Challenge returns 402
MUST
10pt
Correct Content-Type
MUST
5pt
Has Cache-Control on discovery
SHOULD
5pt
Has input schemas
SHOULD
5pt
Has llms.txt
SHOULD
5pt
Has /openapi.json at root
MUST
10pt
Has required top-level fields
MUST
10pt
Served over HTTPS
MUST
10pt
Uses standard categories
SHOULD
2pt
3 issues
- Missing 402 response declaration on GET /api/task/{runId}
- Missing 402 response declaration on GET /api/wallet/balance/{address}
- Endpoint GET /api/task/{runId} returned 500
Paid Operations (5)
POST /api/search 0.01 USDC.e
Search the web via Parallel Web Systems
Runs a Parallel Web Systems search. Use `mode: "one-shot"` for comprehensive results or `mode: "fast"` for lower latency.
- Amount
- 0.01 (raw 10000)
- Currency
- USDC.e
- Method
- tempo
- Intent
- charge
- 402 Declared
- Yes
Input Schema
| Field | Type | Required | Description |
|---|---|---|---|
| mode | string | No |
Search mode: one-shot (comprehensive) or fast (lower latency)
enum: one-shot, fast |
| objective | string | No | Search objective |
| query | string | No | Search query (shorthand for objective) |
| search_queries | array | No | Explicit search queries |
POST /api/extract 0.01 USDC.e
Extract content from URLs via Parallel Web Systems
Scrapes and extracts content from one or more URLs. Priced at $0.01 per URL (minimum $0.01).
- Amount
- 0.01 (raw 10000)
- Currency
- USDC.e
- Method
- tempo
- Intent
- charge
- 402 Declared
- Yes
Input Schema
| Field | Type | Required | Description |
|---|---|---|---|
| objective | string | No | Optional extraction objective to guide content selection |
| urls | array | Yes | URLs to extract content from |
POST /api/task 0.1 USDC.e
Run an async AI task via Parallel Web Systems
Starts an async Parallel Web Systems task. Returns a `run_id` — poll `GET /api/task/{runId}` until complete. Pricing: ultra $0.30, pro $0.10.
- Amount
- 0.1 (raw 100000)
- Currency
- USDC.e
- Method
- tempo
- Intent
- charge
- 402 Declared
- Yes
Input Schema
| Field | Type | Required | Description |
|---|---|---|---|
| input | string | No | Task input (or use query) |
| processor | string | Yes |
Task tier: ultra ($0.30) or pro ($0.10)
enum: ultra, pro |
| query | string | No | Task query (shorthand for input) |
GET /api/task/{runId} dynamic
Poll task status (free)
Check the status of an async task. Returns result when status is "completed".
- Amount
- dynamic
- Currency
- -
- Method
- -
- Intent
- -
Non-standard x-payment-info fields:
authMode: none
Parameters
| Name | In | Type | Required | Description |
|---|---|---|---|---|
| runId | path | string | Yes | Task run ID (e.g. trun_xxxxx) |
GET /api/wallet/balance/{address} dynamic
Check pathUSD balance (free)
Returns the pathUSD balance for a Tempo address.
- Amount
- dynamic
- Currency
- -
- Method
- -
- Intent
- -
Non-standard x-payment-info fields:
authMode: none
Parameters
| Name | In | Type | Required | Description |
|---|---|---|---|---|
| address | path | string | Yes | Tempo wallet address (0x-prefixed, 42 chars) |
Response Schema (200)
| Field | Type | Description |
|---|---|---|
| address | string | - |
| balance | string | Human-readable pathUSD amount |
| currency | string | - |
| raw | string | Raw hex balance from EVM call |
Payment Methods
- Methods
- tempo
- Intents
- charge
- Currencies (discovery)
- USDC.e
- Multiple Challenges
- No
Security
- TLS Version
- TLSv1.3
- Challenge ID Unique
- -
- Challenge ID Length
- -
- Digest Binding
- -
Uptime
- Discovery
- Reachable (231ms)
- Challenge
- Reachable (299ms)
- Last Checked
Schema Completeness
- Paid Operations
- 5
- With Input Schema
- 3
- With Description
- 5
2 missing schema
- GET /api/task/{runId}
- GET /api/wallet/balance/{address}
Documentation
- Homepage
- https://parallelmpp.dev
- API Reference
- https://parallelmpp.dev/api
- llms.txt
- https://parallelmpp.dev/llms.txt
Discovery
- OpenAPI URL
- https://parallelmpp.dev/openapi.json
- OpenAPI Version
- 3.1.0
- Service Version
- 1.0.0
- Document Size
- 10442 bytes
- Document Hash
- 188ebcc1911c9c7eaf4197d387ac2774468fcf03f420c541e2bf8abbd412ba1d
Version History (2 snapshots)
- document hash changed (no semantic differences detected)
Scan snapshots
| Date | Grade | Score | Response | Status |
|---|---|---|---|---|
| 2026-04-06 | C | 60% | 166ms | Up |
| 2026-04-07 | C | 60% | 647ms | Up |