x402 x402.miroshark.xyz
Setup required
Total authorizationUSD 1.100000
Read the full contract before requesting access.
Technical contract, schemas, digests, and references
- Operation reference
operation:v1:80f7f06712c935ebbcb01e291fda1fd8c378f23b68479b68aec6cea681525496- Operation ID
- capability:post.x402-miroshark-xyz.run
- Capability
- post.x402-miroshark-xyz.run · version 1
- Publisher
- observed external
- Source kind
- x402
- Transport
- POST /run
- Request timeout
- 10000 ms
- Price digest
- sha256:a7f9b51e40017906b9d5ee0228264580c972da64d79e1e0063e63574b268022d
- Price source
- pricing:offering:facilitator-discovery:post.x402-miroshark-xyz.run@1
- Price evidence
- source:facilitator-discovery
Data use
- public · /prompt · provider_data_use · execution · selected binding · provide_prompt
- public · /url · provider_data_use · execution · selected binding · provide_url
- public · /article · provider_data_use · execution · selected binding · provide_article
- public · /prediction_market · provider_data_use · execution · selected binding · provide_prediction_market
Effects and authority
- data release · provider_data_use · explicit · not applicable
Input JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"additionalProperties": false,
"properties": {
"article": {
"maxLength": 200000,
"minLength": 4,
"type": "string"
},
"prediction_market": {
"type": "string"
},
"prompt": {
"maxLength": 4000,
"minLength": 4,
"type": "string"
},
"url": {
"maxLength": 2048,
"type": "string"
}
},
"type": "object"
}Output JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"additionalProperties": false,
"properties": {
"data": {
"additionalProperties": false,
"properties": {
"run_id": {
"type": "string"
},
"status": {
"type": "string"
},
"status_url": {
"type": "string"
},
"wait_url": {
"type": "string"
}
},
"required": [
"run_id",
"status",
"wait_url",
"status_url"
],
"type": "object"
},
"success": {
"type": "boolean"
}
},
"required": [
"success",
"data"
],
"type": "object"
}