{"components":{"schemas":{"FederationResourceInput":{"additionalProperties":true,"description":"Parameters for the target resource, forwarded verbatim upstream. The accepted fields differ per resource; list them with GET /api/marketplace/apis. Sending an empty object returns a 402 quote for that resource.","type":"object"}},"securitySchemes":{"x402":{"description":"x402 USDC payment via PAYMENT-SIGNATURE header","scheme":"X402","type":"http"}}},"info":{"contact":{"email":"mkt@jarvisclaw.ai","name":"JarvisClaw","url":"https://jarvisclaw.ai"},"description":"AI API Gateway with smart routing, pay per call via x402. OpenAI-compatible. Settled in USDC on Base \u0026 Solana.","title":"JarvisClaw API","version":"1.0.0","x-guidance":"JarvisClaw is an OpenAI-compatible API gateway. Supports 80+ models including GPT-5, Claude, Gemini, DeepSeek. All endpoints accept x402 USDC payments — no API key needed for x402 callers. Beyond the model endpoints, thousands of individually priced third-party APIs (social and media, web search, code, documents, OCR, market and chain data, weather, DNS) are callable at POST /v1/marketplace/api/{resource_id}. This document lists the most commonly used of them; GET /api/marketplace/apis is free and returns the complete set with each resource_id and its exact price."},"openapi":"3.1.0","paths":{"/a2a":{"post":{"description":"Standard Agent-to-Agent (A2A) protocol entry point. Compatible clients (Claude, Cursor, and A2A-aware agents) auto-discover this via /.well-known/agent.json and delegate tasks over JSON-RPC. This is the native agent interoperability surface.","operationId":"a2aInvoke","requestBody":{"content":{"application/json":{"schema":{"properties":{"method":{"description":"A2A JSON-RPC method (e.g. 'tasks/send')","type":"string"},"params":{"description":"Method parameters per the A2A specification","type":"object"}},"required":["method"],"type":"object"}}},"required":true},"responses":{"200":{"content":{"application/json":{"schema":{"properties":{"data":{"type":"object"}},"type":"object"}}},"description":"Successful response"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"A2A Protocol Endpoint","x-bazaar":{"schema":{"properties":{"input":{"properties":{"body":{"properties":{"method":{"description":"A2A JSON-RPC method (e.g. 'tasks/send')","type":"string"},"params":{"description":"Method parameters per the A2A specification","type":"object"}},"type":"object"}},"type":"object"},"output":{"properties":{"example":{"description":"JSON response with requested data","type":"object"}},"type":"object"}}}},"x-payment-info":{"price":{"currency":"USD","max":"0.50","min":"0.0001","mode":"dynamic"},"protocols":[{"x402":{}}]}}},"/api/marketplace/apis":{"get":{"description":"Paged catalogue of EVERY callable federated resource — the full set, of which this spec lists only the most commonly used. Free, no payment or API key required. Each row carries resource_id, name, category, method and display_price; invoke any of them at POST /v1/marketplace/api/{resource_id}, including ids absent from this document.","operationId":"listFederationResources","parameters":[{"in":"query","name":"page","schema":{"default":1,"type":"integer"}},{"in":"query","name":"page_size","schema":{"default":50,"maximum":100,"type":"integer"}},{"in":"query","name":"category","schema":{"type":"string"}},{"in":"query","name":"keyword","schema":{"type":"string"}}],"responses":{"200":{"description":"Paged list of resources with prices"}},"security":[],"summary":"List the federated API catalogue","tags":["Marketplace"]}},"/v1/audio/generations":{"post":{"description":"Generate music, sound effects, and audio from text descriptions.","operationId":"audioGeneration","requestBody":{"content":{"application/json":{"schema":{"properties":{"model":{"description":"Audio generation model ID","type":"string"},"prompt":{"description":"Text description of the audio to generate","type":"string"}},"required":["model","prompt"],"type":"object"}}},"required":true},"responses":{"200":{"content":{"application/json":{"schema":{"properties":{"data":{"type":"object"}},"type":"object"}}},"description":"Successful response"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Audio Generation","x-bazaar":{"schema":{"properties":{"input":{"properties":{"body":{"properties":{"model":{"description":"Audio generation model ID","type":"string"},"prompt":{"description":"Text description of the audio to generate","type":"string"}},"type":"object"}},"type":"object"},"output":{"properties":{"example":{"description":"JSON response with requested data","type":"object"}},"type":"object"}}}},"x-payment-info":{"price":{"currency":"USD","max":"0.10","min":"0.001","mode":"dynamic"},"protocols":[{"x402":{}}]}}},"/v1/audio/speech":{"post":{"description":"Convert text to natural-sounding speech audio using multiple TTS models.","operationId":"textToSpeech","requestBody":{"content":{"application/json":{"schema":{"properties":{"input":{"description":"Text to synthesize into speech","type":"string"},"model":{"description":"TTS model ID (e.g. tts-1, tts-1-hd)","type":"string"},"voice":{"description":"Voice ID (e.g. alloy, echo, nova)","type":"string"}},"required":["model","input"],"type":"object"}}},"required":true},"responses":{"200":{"content":{"application/json":{"schema":{"properties":{"data":{"type":"object"}},"type":"object"}}},"description":"Successful response"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Text-to-Speech","x-bazaar":{"schema":{"properties":{"input":{"properties":{"body":{"properties":{"input":{"description":"Text to synthesize into speech","type":"string"},"model":{"description":"TTS model ID (e.g. tts-1, tts-1-hd)","type":"string"},"voice":{"description":"Voice ID (e.g. alloy, echo, nova)","type":"string"}},"type":"object"}},"type":"object"},"output":{"properties":{"example":{"description":"JSON response with requested data","type":"object"}},"type":"object"}}}},"x-payment-info":{"price":{"currency":"USD","max":"5.00","min":"0.001","mode":"dynamic"},"protocols":[{"x402":{}}]}}},"/v1/audio/transcriptions":{"post":{"description":"AI-powered audio transcription using Whisper and other models.","operationId":"speechToText","requestBody":{"content":{"application/json":{"schema":{"properties":{"file":{"description":"Audio file to transcribe","format":"binary","type":"string"},"model":{"description":"Transcription model (e.g. whisper-1)","type":"string"}},"required":["model","file"],"type":"object"}}},"required":true},"responses":{"200":{"content":{"application/json":{"schema":{"properties":{"data":{"type":"object"}},"type":"object"}}},"description":"Successful response"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Speech-to-Text","x-bazaar":{"schema":{"properties":{"input":{"properties":{"body":{"properties":{"file":{"description":"Audio file to transcribe","format":"binary","type":"string"},"model":{"description":"Transcription model (e.g. whisper-1)","type":"string"}},"type":"object"}},"type":"object"},"output":{"properties":{"example":{"description":"JSON response with requested data","type":"object"}},"type":"object"}}}},"x-payment-info":{"price":{"currency":"USD","max":"1.00","min":"0.001","mode":"dynamic"},"protocols":[{"x402":{}}]}}},"/v1/audio/translations":{"post":{"description":"Translate spoken audio in any language into English text. Whisper-powered speech translation.","operationId":"audioTranslation","requestBody":{"content":{"application/json":{"schema":{"properties":{"file":{"description":"Audio file to translate into English","format":"binary","type":"string"},"model":{"description":"Translation model (e.g. whisper-1)","type":"string"}},"required":["model","file"],"type":"object"}}},"required":true},"responses":{"200":{"content":{"application/json":{"schema":{"properties":{"data":{"type":"object"}},"type":"object"}}},"description":"Successful response"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Audio Translation","x-bazaar":{"schema":{"properties":{"input":{"properties":{"body":{"properties":{"file":{"description":"Audio file to translate into English","format":"binary","type":"string"},"model":{"description":"Translation model (e.g. whisper-1)","type":"string"}},"type":"object"}},"type":"object"},"output":{"properties":{"example":{"description":"JSON response with requested data","type":"object"}},"type":"object"}}}},"x-payment-info":{"price":{"currency":"USD","max":"1.00","min":"0.001","mode":"dynamic"},"protocols":[{"x402":{}}]}}},"/v1/chat/completions":{"post":{"description":"Generate chat completions with 80+ AI models (GPT, Claude, Gemini, DeepSeek). OpenAI-compatible.","operationId":"chatCompletions","requestBody":{"content":{"application/json":{"schema":{"properties":{"max_tokens":{"description":"Maximum tokens to generate","type":"integer"},"messages":{"items":{"properties":{"content":{"type":"string"},"role":{"enum":["system","user","assistant"],"type":"string"}},"required":["role","content"],"type":"object"},"type":"array"},"model":{"description":"Model ID (e.g. gpt-4.1-nano, claude-sonnet-4-6, deepseek-chat)","type":"string"},"stream":{"description":"Enable streaming responses","type":"boolean"},"temperature":{"description":"Sampling temperature (0-2)","type":"number"}},"required":["model","messages"],"type":"object"}}},"required":true},"responses":{"200":{"content":{"application/json":{"schema":{"properties":{"data":{"type":"object"}},"type":"object"}}},"description":"Successful response"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Chat Completions","x-bazaar":{"schema":{"properties":{"input":{"properties":{"body":{"properties":{"max_tokens":{"description":"Maximum tokens to generate","type":"integer"},"messages":{"items":{"properties":{"content":{"type":"string"},"role":{"enum":["system","user","assistant"],"type":"string"}},"required":["role","content"],"type":"object"},"type":"array"},"model":{"description":"Model ID (e.g. gpt-4.1-nano, claude-sonnet-4-6, deepseek-chat)","type":"string"},"stream":{"description":"Enable streaming responses","type":"boolean"},"temperature":{"description":"Sampling temperature (0-2)","type":"number"}},"type":"object"}},"type":"object"},"output":{"properties":{"example":{"description":"JSON response with requested data","type":"object"}},"type":"object"}}}},"x-payment-info":{"price":{"currency":"USD","max":"0.50","min":"0.0001","mode":"dynamic"},"protocols":[{"x402":{}}]}}},"/v1/completions":{"post":{"description":"Legacy OpenAI text completions endpoint. For older clients that use prompt-based completion instead of chat messages.","operationId":"completions","requestBody":{"content":{"application/json":{"schema":{"properties":{"max_tokens":{"description":"Maximum tokens to generate","type":"integer"},"model":{"description":"Model ID","type":"string"},"prompt":{"description":"Text prompt to complete","type":"string"},"stream":{"description":"Enable streaming responses","type":"boolean"},"temperature":{"description":"Sampling temperature (0-2)","type":"number"}},"required":["model","prompt"],"type":"object"}}},"required":true},"responses":{"200":{"content":{"application/json":{"schema":{"properties":{"data":{"type":"object"}},"type":"object"}}},"description":"Successful response"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Text Completions (legacy)","x-bazaar":{"schema":{"properties":{"input":{"properties":{"body":{"properties":{"max_tokens":{"description":"Maximum tokens to generate","type":"integer"},"model":{"description":"Model ID","type":"string"},"prompt":{"description":"Text prompt to complete","type":"string"},"stream":{"description":"Enable streaming responses","type":"boolean"},"temperature":{"description":"Sampling temperature (0-2)","type":"number"}},"type":"object"}},"type":"object"},"output":{"properties":{"example":{"description":"JSON response with requested data","type":"object"}},"type":"object"}}}},"x-payment-info":{"price":{"currency":"USD","max":"0.50","min":"0.0001","mode":"dynamic"},"protocols":[{"x402":{}}]}}},"/v1/edits":{"post":{"description":"Edit or rewrite text given an instruction. Useful for grammar fixes, tone changes, and content transformation.","operationId":"edits","requestBody":{"content":{"application/json":{"schema":{"properties":{"input":{"description":"Input text to edit","type":"string"},"instruction":{"description":"Instruction describing the edit to apply","type":"string"},"model":{"description":"Model ID","type":"string"}},"required":["model","instruction"],"type":"object"}}},"required":true},"responses":{"200":{"content":{"application/json":{"schema":{"properties":{"data":{"type":"object"}},"type":"object"}}},"description":"Successful response"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Text Edits","x-bazaar":{"schema":{"properties":{"input":{"properties":{"body":{"properties":{"input":{"description":"Input text to edit","type":"string"},"instruction":{"description":"Instruction describing the edit to apply","type":"string"},"model":{"description":"Model ID","type":"string"}},"type":"object"}},"type":"object"},"output":{"properties":{"example":{"description":"JSON response with requested data","type":"object"}},"type":"object"}}}},"x-payment-info":{"price":{"currency":"USD","max":"0.50","min":"0.0001","mode":"dynamic"},"protocols":[{"x402":{}}]}}},"/v1/embeddings":{"post":{"description":"Generate vector embeddings for text. Useful for search, RAG, and similarity.","operationId":"embeddings","requestBody":{"content":{"application/json":{"schema":{"properties":{"input":{"description":"Text to embed (string or array of strings)","type":"string"},"model":{"description":"Embedding model ID (e.g. text-embedding-3-small)","type":"string"}},"required":["model","input"],"type":"object"}}},"required":true},"responses":{"200":{"content":{"application/json":{"schema":{"properties":{"data":{"type":"object"}},"type":"object"}}},"description":"Successful response"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Embeddings","x-bazaar":{"schema":{"properties":{"input":{"properties":{"body":{"properties":{"input":{"description":"Text to embed (string or array of strings)","type":"string"},"model":{"description":"Embedding model ID (e.g. text-embedding-3-small)","type":"string"}},"type":"object"}},"type":"object"},"output":{"properties":{"example":{"description":"JSON response with requested data","type":"object"}},"type":"object"}}}},"x-payment-info":{"price":{"currency":"USD","max":"0.50","min":"0.0001","mode":"dynamic"},"protocols":[{"x402":{}}]}}},"/v1/images/edits":{"post":{"description":"Edit an existing image using a text prompt and optional mask. Inpainting and guided editing.","operationId":"imageEdits","requestBody":{"content":{"application/json":{"schema":{"properties":{"image":{"description":"Source image to edit","format":"binary","type":"string"},"mask":{"description":"Optional mask marking areas to edit","format":"binary","type":"string"},"model":{"description":"Image model ID (e.g. dall-e-2, gpt-image-1)","type":"string"},"n":{"description":"Number of images to generate","type":"integer"},"prompt":{"description":"Text description of the desired edit","type":"string"}},"required":["image","prompt"],"type":"object"}}},"required":true},"responses":{"200":{"content":{"application/json":{"schema":{"properties":{"data":{"type":"object"}},"type":"object"}}},"description":"Successful response"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Image Edits","x-bazaar":{"schema":{"properties":{"input":{"properties":{"body":{"properties":{"image":{"description":"Source image to edit","format":"binary","type":"string"},"mask":{"description":"Optional mask marking areas to edit","format":"binary","type":"string"},"model":{"description":"Image model ID (e.g. dall-e-2, gpt-image-1)","type":"string"},"n":{"description":"Number of images to generate","type":"integer"},"prompt":{"description":"Text description of the desired edit","type":"string"}},"type":"object"}},"type":"object"},"output":{"properties":{"example":{"description":"JSON response with requested data","type":"object"}},"type":"object"}}}},"x-payment-info":{"price":{"currency":"USD","max":"0.20","min":"0.01","mode":"dynamic"},"protocols":[{"x402":{}}]}}},"/v1/images/generations":{"post":{"description":"Generate images from text prompts using DALL-E, Flux, GPT-Image, and Midjourney-style models.","operationId":"imageGeneration","requestBody":{"content":{"application/json":{"schema":{"properties":{"model":{"description":"Image model ID (e.g. dall-e-3, flux-pro, gpt-image-1)","type":"string"},"n":{"description":"Number of images to generate","type":"integer"},"prompt":{"description":"Text description of the image to generate","type":"string"},"size":{"description":"Image size (e.g. 1024x1024)","type":"string"}},"required":["model","prompt"],"type":"object"}}},"required":true},"responses":{"200":{"content":{"application/json":{"schema":{"properties":{"data":{"type":"object"}},"type":"object"}}},"description":"Successful response"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Image Generation","x-bazaar":{"schema":{"properties":{"input":{"properties":{"body":{"properties":{"model":{"description":"Image model ID (e.g. dall-e-3, flux-pro, gpt-image-1)","type":"string"},"n":{"description":"Number of images to generate","type":"integer"},"prompt":{"description":"Text description of the image to generate","type":"string"},"size":{"description":"Image size (e.g. 1024x1024)","type":"string"}},"type":"object"}},"type":"object"},"output":{"properties":{"example":{"description":"JSON response with requested data","type":"object"}},"type":"object"}}}},"x-payment-info":{"price":{"currency":"USD","max":"0.20","min":"0.01","mode":"dynamic"},"protocols":[{"x402":{}}]}}},"/v1/intent/discover":{"post":{"description":"Discover available providers and capabilities across the federation for a given capability class. Returns the live catalog an agent can act on.","operationId":"intentDiscover","requestBody":{"content":{"application/json":{"schema":{"properties":{"capability":{"description":"Capability class to discover (e.g. 'text-generation', 'image', 'search')","type":"string"}},"required":["capability"],"type":"object"}}},"required":true},"responses":{"200":{"content":{"application/json":{"schema":{"properties":{"data":{"type":"object"}},"type":"object"}}},"description":"Successful response"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Discover Providers","x-bazaar":{"schema":{"properties":{"input":{"properties":{"body":{"properties":{"capability":{"description":"Capability class to discover","type":"string"}},"type":"object"}},"type":"object"},"output":{"properties":{"example":{"description":"JSON response with requested data","type":"object"}},"type":"object"}}}},"x-payment-info":{"price":{"currency":"USD","max":"0.50","min":"0.0001","mode":"dynamic"},"protocols":[{"x402":{}}]}}},"/v1/intent/execute":{"post":{"description":"Resolve intent and execute against the best provider in one call. End-to-end agent task completion.","operationId":"intentExecute","requestBody":{"content":{"application/json":{"schema":{"properties":{"budget":{"description":"Maximum budget in USD","type":"number"},"intent":{"description":"Natural language intent to resolve and execute","type":"string"},"provider":{"description":"Optional: specific provider ID to execute against","type":"string"}},"required":["intent"],"type":"object"}}},"required":true},"responses":{"200":{"content":{"application/json":{"schema":{"properties":{"data":{"type":"object"}},"type":"object"}}},"description":"Successful response"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Intent Execute","x-bazaar":{"schema":{"properties":{"input":{"properties":{"body":{"properties":{"budget":{"description":"Maximum budget in USD","type":"number"},"intent":{"description":"Natural language intent to resolve and execute","type":"string"},"provider":{"description":"Optional: specific provider ID to execute against","type":"string"}},"type":"object"}},"type":"object"},"output":{"properties":{"example":{"description":"JSON response with requested data","type":"object"}},"type":"object"}}}},"x-payment-info":{"price":{"currency":"USD","max":"0.50","min":"0.0001","mode":"dynamic"},"protocols":[{"x402":{}}]}}},"/v1/intent/execute-budget":{"post":{"description":"Resolve and execute an intent under a hard budget ceiling. The router picks the best provider that fits the budget and completes the task end-to-end. Guarantees spend never exceeds the cap.","operationId":"intentExecuteBudget","requestBody":{"content":{"application/json":{"schema":{"properties":{"budget":{"description":"Hard maximum budget in USD (enforced)","type":"number"},"intent":{"description":"Natural language intent to resolve and execute","type":"string"}},"required":["intent","budget"],"type":"object"}}},"required":true},"responses":{"200":{"content":{"application/json":{"schema":{"properties":{"data":{"type":"object"}},"type":"object"}}},"description":"Successful response"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Execute Intent with Budget","x-bazaar":{"schema":{"properties":{"input":{"properties":{"body":{"properties":{"budget":{"description":"Hard maximum budget in USD (enforced)","type":"number"},"intent":{"description":"Natural language intent to resolve and execute","type":"string"}},"type":"object"}},"type":"object"},"output":{"properties":{"example":{"description":"JSON response with requested data","type":"object"}},"type":"object"}}}},"x-payment-info":{"price":{"currency":"USD","max":"0.50","min":"0.0001","mode":"dynamic"},"protocols":[{"x402":{}}]}}},"/v1/intent/resolve":{"post":{"description":"Resolve a structured intent to the best-matching provider and route. Returns ranked candidates with confidence scores and pricing. The intent layer lets agents delegate 'what to call' instead of hard-coding endpoints.","operationId":"intentResolve","requestBody":{"content":{"application/json":{"schema":{"properties":{"intent":{"description":"Structured intent object (capability, constraints, budget)","type":"object"},"top_k":{"description":"Number of ranked candidates to return (default: 3)","type":"integer"}},"required":["intent"],"type":"object"}}},"required":true},"responses":{"200":{"content":{"application/json":{"schema":{"properties":{"data":{"type":"object"}},"type":"object"}}},"description":"Successful response"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Resolve Intent","x-bazaar":{"schema":{"properties":{"input":{"properties":{"body":{"properties":{"intent":{"description":"Structured intent object (capability, constraints, budget)","type":"object"},"top_k":{"description":"Number of ranked candidates to return (default: 3)","type":"integer"}},"type":"object"}},"type":"object"},"output":{"properties":{"example":{"description":"JSON response with requested data","type":"object"}},"type":"object"}}}},"x-payment-info":{"price":{"currency":"USD","max":"0.50","min":"0.0001","mode":"dynamic"},"protocols":[{"x402":{}}]}}},"/v1/intent/resolve/natural":{"post":{"description":"Resolve a free-text natural-language intent (e.g. 'find the cheapest image generation under 2 cents') into ranked provider candidates. Ideal for LLM agents that emit plain language.","operationId":"intentResolveNatural","requestBody":{"content":{"application/json":{"schema":{"properties":{"query":{"description":"Natural-language description of the desired capability","type":"string"},"top_k":{"description":"Number of ranked candidates to return (default: 3)","type":"integer"}},"required":["query"],"type":"object"}}},"required":true},"responses":{"200":{"content":{"application/json":{"schema":{"properties":{"data":{"type":"object"}},"type":"object"}}},"description":"Successful response"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Resolve Natural-Language Intent","x-bazaar":{"schema":{"properties":{"input":{"properties":{"body":{"properties":{"query":{"description":"Natural-language description of the desired capability","type":"string"},"top_k":{"description":"Number of ranked candidates to return (default: 3)","type":"integer"}},"type":"object"}},"type":"object"},"output":{"properties":{"example":{"description":"JSON response with requested data","type":"object"}},"type":"object"}}}},"x-payment-info":{"price":{"currency":"USD","max":"0.50","min":"0.0001","mode":"dynamic"},"protocols":[{"x402":{}}]}}},"/v1/intent/subscribe":{"post":{"description":"Create a standing subscription that re-resolves and fulfills an intent on a schedule or trigger. Lets agents set up recurring tasks (e.g. a daily market summary) with a single call.","operationId":"intentSubscribe","requestBody":{"content":{"application/json":{"schema":{"properties":{"intent":{"description":"Natural language intent to fulfill on a recurring basis","type":"string"},"schedule":{"description":"Cron expression or trigger describing when to re-fulfill","type":"string"}},"required":["intent"],"type":"object"}}},"required":true},"responses":{"200":{"content":{"application/json":{"schema":{"properties":{"data":{"type":"object"}},"type":"object"}}},"description":"Successful response"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Subscribe to Intent Fulfillment","x-bazaar":{"schema":{"properties":{"input":{"properties":{"body":{"properties":{"intent":{"description":"Natural language intent to fulfill on a recurring basis","type":"string"},"schedule":{"description":"Cron expression or trigger describing when to re-fulfill","type":"string"}},"type":"object"}},"type":"object"},"output":{"properties":{"example":{"description":"JSON response with requested data","type":"object"}},"type":"object"}}}},"x-payment-info":{"price":{"currency":"USD","max":"0.50","min":"0.0001","mode":"dynamic"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/ad-creative-image-generate":{"post":{"description":"Generates ad creative images: SFW marketing visuals, concept images, and campaign thumbnails from prompts. Same backend as image-generate.","operationId":"federationResource534","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FederationResourceInput"}}},"required":false},"responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Ad Creative Image Generate","tags":["Marketplace"],"x-category":"image","x-payment-info":{"price":{"amount":"0.011500","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/address-geocode-259":{"post":{"description":"Converts a free-form address, postal code, place name, or POI into latitude/longitude.","operationId":"federationResource259","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FederationResourceInput"}}},"required":false},"responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Address Geocode","tags":["Marketplace"],"x-category":"code","x-payment-info":{"price":{"amount":"0.023000","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/address-historical-token-balances":{"post":{"operationId":"federationResource1209","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FederationResourceInput"}}},"required":false},"responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Address Historical Token Balances","tags":["Marketplace"],"x-category":"blockchain","x-payment-info":{"price":{"amount":"0.011500","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/address-summary":{"post":{"operationId":"federationResource1193","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FederationResourceInput"}}},"required":false},"responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Address Summary","tags":["Marketplace"],"x-category":"general","x-payment-info":{"price":{"amount":"0.011500","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/address-token-transfers":{"post":{"operationId":"federationResource2822","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FederationResourceInput"}}},"required":false},"responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Address Token Transfers","tags":["Marketplace"],"x-category":"blockchain","x-payment-info":{"price":{"amount":"0.575000","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/agent-search-2784":{"post":{"operationId":"federationResource2784","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FederationResourceInput"}}},"required":false},"responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Agent Search","tags":["Marketplace"],"x-category":"search","x-payment-info":{"price":{"amount":"0.023000","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/ai-describe-image":{"post":{"description":"Describe an image. POST { imageUrl, instruction? }. Returns { imageUrl, altText (5-15 word accessibility text), description (2-3 sentences), contentType…","operationId":"federationResource3603","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FederationResourceInput"}}},"required":false},"responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Ai Describe Image","tags":["Marketplace"],"x-category":"ocr","x-payment-info":{"price":{"amount":"0.020700","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/ai-image":{"post":{"description":"Generate images from a text prompt across the gateway’s image models (gpt-image, Gemini image, FLUX, Grok Imagine, …) on one endpoint. POST { model, prompt, n?, size?","operationId":"federationResource3606","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FederationResourceInput"}}},"required":false},"responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Ai Image","tags":["Marketplace"],"x-category":"image","x-payment-info":{"price":{"amount":"0.041400","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/ai-ocr":{"post":{"description":"OCR + layout extraction. POST { imageUrl, instruction? }. Returns verbatim transcribed text in reading order, any detected tables as markdown, the primary language, and a…","operationId":"federationResource3608","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FederationResourceInput"}}},"required":false},"responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Ai Ocr","tags":["Marketplace"],"x-category":"ocr","x-payment-info":{"price":{"amount":"0.041400","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/ai-research":{"post":{"description":"Grounded research brief. POST { query, urls? }. Gathers sources (Wikipedia + any URLs you supply), then synthesizes a factual, cited brief: a 2-4 sentence summary, key facts, and…","operationId":"federationResource3610","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FederationResourceInput"}}},"required":false},"responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Ai Research","tags":["Marketplace"],"x-category":"search","x-payment-info":{"price":{"amount":"0.048300","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/ai-translate":{"post":{"description":"Translate text. POST { text, targetLanguage, sourceLanguage? } — language codes are BCP-47 (e.g. \"en\", \"es-MX\", \"zh-Hans\"). Source auto-detected when omitted.","operationId":"federationResource3614","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FederationResourceInput"}}},"required":false},"responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Ai Translate","tags":["Marketplace"],"x-category":"code","x-payment-info":{"price":{"amount":"0.032430","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/airport-code-lookup":{"post":{"description":"Resolves airport codes to airport name, municipality, country, region, coordinates, elevation, scheduled-service flag, homepage, and Wikipedia link.","operationId":"federationResource749","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FederationResourceInput"}}},"required":false},"responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Airport Code Lookup","tags":["Marketplace"],"x-category":"code","x-payment-info":{"price":{"amount":"0.005750","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/amazon-search-1037":{"post":{"operationId":"federationResource1037","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FederationResourceInput"}}},"required":false},"responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Amazon Search","tags":["Marketplace"],"x-category":"search","x-payment-info":{"price":{"amount":"0.005750","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/apartments-search":{"post":{"operationId":"federationResource2865","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FederationResourceInput"}}},"required":false},"responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Apartments Search","tags":["Marketplace"],"x-category":"search","x-payment-info":{"price":{"amount":"0.011500","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/app-icon-image-generate":{"post":{"description":"Generates SFW square app icon concepts, product marks, and launch visuals. Same image-generate backend.","operationId":"federationResource770","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FederationResourceInput"}}},"required":false},"responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"App Icon Image Generate","tags":["Marketplace"],"x-category":"image","x-payment-info":{"price":{"amount":"0.011500","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/arxiv-search-311":{"post":{"description":"arXiv full-text search. Search by query / author / category / id-list. Returns title, authors, abstract, primary category, dates, PDF URL, DOI. Public arXiv API.","operationId":"federationResource311","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FederationResourceInput"}}},"required":false},"responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Arxiv Search","tags":["Marketplace"],"x-category":"document","x-payment-info":{"price":{"amount":"0.034500","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/arxiv-summarize":{"post":{"description":"arXiv paper summarizer / research-paper TLDR. Fetches abstract via arXiv API + LLM-generated structured summary (TLDR, key findings, methods, limitations, so-what).","operationId":"federationResource271","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FederationResourceInput"}}},"required":false},"responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Arxiv Summarize","tags":["Marketplace"],"x-category":"search","x-payment-info":{"price":{"amount":"0.046000","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/audio-transcribe":{"post":{"description":"Transcribes audio to text with whisper-large-v3. Server-side fetches the audio URL (max 25 MB), relays it to Venice's audio/transcriptions endpoint, and returns the transcript…","operationId":"federationResource549","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FederationResourceInput"}}},"required":false},"responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Audio Transcribe","tags":["Marketplace"],"x-category":"document","x-payment-info":{"price":{"amount":"0.011500","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/audiobooks-search-3426":{"post":{"operationId":"federationResource3426","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FederationResourceInput"}}},"required":false},"responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Audiobooks Search","tags":["Marketplace"],"x-category":"search","x-payment-info":{"price":{"amount":"0.115000","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/author-search-4183":{"get":{"description":"Author and researcher profile search. An author name returns matching researchers with current affiliation, publication count, total citations, h-index and i10-index, and their…","operationId":"federationResource4183","responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Author Search","tags":["Marketplace"],"x-category":"search","x-payment-info":{"price":{"amount":"0.023000","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/aviation-sigmet":{"get":{"description":"Active in-flight weather hazard advisories (SIGMETs and AIRMETs) from the NOAA Aviation Weather Center.","operationId":"federationResource3622","responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Aviation Sigmet","tags":["Marketplace"],"x-category":"dns","x-payment-info":{"price":{"amount":"0.001242","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/barcode-generate":{"post":{"description":"Generate QR / Aztec / Data Matrix / PDF417 codes from structured payloads (url, wifi, vcard, vevent, email, sms, tel, geo, bitcoin, json, text).","operationId":"federationResource3625","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FederationResourceInput"}}},"required":false},"responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Barcode Generate","tags":["Marketplace"],"x-category":"qr","x-payment-info":{"price":{"amount":"0.001150","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/base-ecosystem-news":{"get":{"operationId":"federationResource989","responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Base Ecosystem News","tags":["Marketplace"],"x-category":"general","x-payment-info":{"price":{"amount":"0.001150","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/base64-encode-url":{"post":{"operationId":"federationResource2009","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FederationResourceInput"}}},"required":false},"responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Base64 Encode Url","tags":["Marketplace"],"x-category":"code","x-payment-info":{"price":{"amount":"0.024840","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/bill-summaries":{"get":{"description":"Stream the latest US Congressional bill summaries via Congress.gov.","operationId":"federationResource3813","responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Bill Summaries","tags":["Marketplace"],"x-category":"code","x-payment-info":{"price":{"amount":"0.001380","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/blog-header-image-generate":{"post":{"description":"Generates blog header images: SFW header images, newsletter visuals, and documentation illustrations from prompts. Same backend as image-generate.","operationId":"federationResource535","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FederationResourceInput"}}},"required":false},"responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Blog Header Image Generate","tags":["Marketplace"],"x-category":"image","x-payment-info":{"price":{"amount":"0.011500","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/book-cover-image-generate":{"post":{"description":"Generates SFW book cover art concepts, genre mood boards, and launch visuals from a prompt. Same image-generate backend.","operationId":"federationResource793","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FederationResourceInput"}}},"required":false},"responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Book Cover Image Generate","tags":["Marketplace"],"x-category":"image","x-payment-info":{"price":{"amount":"0.011500","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/book-search":{"get":{"description":"Open Library book metadata search. Lookup by free-text query (matches title + author), or by individual title / author / ISBN (10 or 13 digit).","operationId":"federationResource3631","responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Book Search","tags":["Marketplace"],"x-category":"search","x-payment-info":{"price":{"amount":"0.001380","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/books-search-3424":{"post":{"operationId":"federationResource3424","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FederationResourceInput"}}},"required":false},"responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Books Search","tags":["Marketplace"],"x-category":"search","x-payment-info":{"price":{"amount":"0.115000","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/brand-logo-concept-image":{"post":{"description":"Generates SFW logo concept boards, abstract marks, and brand direction visuals from prompts. Same fast Venice-backed backend as image-generate.","operationId":"federationResource769","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FederationResourceInput"}}},"required":false},"responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Brand Logo Concept Image","tags":["Marketplace"],"x-category":"image","x-payment-info":{"price":{"amount":"0.011500","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/brand-mention-search":{"post":{"operationId":"federationResource2231","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FederationResourceInput"}}},"required":false},"responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Brand Mention Search","tags":["Marketplace"],"x-category":"search","x-payment-info":{"price":{"amount":"0.372600","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/bridge-tokens-1274":{"post":{"operationId":"federationResource1274","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FederationResourceInput"}}},"required":false},"responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Bridge Tokens","tags":["Marketplace"],"x-category":"blockchain","x-payment-info":{"price":{"amount":"0.011500","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/btc-fees":{"get":{"description":"Current Bitcoin network fee rates and mempool backlog from mempool.space.","operationId":"federationResource3675","responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Btc Fees","tags":["Marketplace"],"x-category":"blockchain","x-payment-info":{"price":{"amount":"0.001150","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/case-search":{"get":{"description":"Search US court opinions (SCOTUS, federal circuits, state appellate/supreme — ~9M opinions). Query by free-text (party names, keywords, docket #, citation).","operationId":"federationResource3892","responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Case Search","tags":["Marketplace"],"x-category":"search","x-payment-info":{"price":{"amount":"0.004140","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/census-zipcode":{"get":{"description":"US Census ACS 5-year demographics for a ZIP code (ZCTA). Returns population, median age, median household income, poverty rate, household composition, race + ethnicity breakdown…","operationId":"federationResource3653","responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Census Zipcode","tags":["Marketplace"],"x-category":"code","x-payment-info":{"price":{"amount":"0.001150","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/chain-code-2592":{"get":{"operationId":"federationResource2592","responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Chain Code","tags":["Marketplace"],"x-category":"code","x-payment-info":{"price":{"amount":"0.011500","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/city-weather":{"post":{"description":"Returns current weather by city name with an instant geocoded lookup. Same Open-Meteo geocoding plus forecast backend as weather-current-city, exposed under concise buyer wording.","operationId":"federationResource456","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FederationResourceInput"}}},"required":false},"responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"City Weather","tags":["Marketplace"],"x-category":"code","x-payment-info":{"price":{"amount":"0.011500","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/compress-pdf":{"post":{"description":"PDF compressor / PDF size reducer. CloudConvert optimize task. Profiles: web (default), print, archive, mrc (scanned), max. Reports % saved.","operationId":"federationResource103","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FederationResourceInput"}}},"required":false},"responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Compress Pdf","tags":["Marketplace"],"x-category":"document","x-payment-info":{"price":{"amount":"0.005750","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/comps-search":{"post":{"operationId":"federationResource2785","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FederationResourceInput"}}},"required":false},"responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Comps Search","tags":["Marketplace"],"x-category":"search","x-payment-info":{"price":{"amount":"0.034500","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/connect-token-2569":{"get":{"operationId":"federationResource2569","responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Connect Token","tags":["Marketplace"],"x-category":"blockchain","x-payment-info":{"price":{"amount":"0.011500","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/construction-permit-search":{"post":{"description":"Searches construction permits and property permit history for real-estate, construction, due-diligence, and code-compliance agents.","operationId":"federationResource756","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FederationResourceInput"}}},"required":false},"responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Construction Permit Search","tags":["Marketplace"],"x-category":"search","x-payment-info":{"price":{"amount":"0.034500","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/contract-translate":{"post":{"description":"Translates contract excerpts and commercial terms, preserving numbering, defined terms, clause references, dates, and party names. Not legal advice.","operationId":"federationResource800","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FederationResourceInput"}}},"required":false},"responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Contract Translate","tags":["Marketplace"],"x-category":"general","x-payment-info":{"price":{"amount":"0.011500","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/convert-pdf":{"post":{"description":"Converts PDFs to Markdown, HTML, JSON, or structured text with the Datalab Marker AI pipeline, preserving headings, tables, equations, and multi-column flow.","operationId":"federationResource70","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FederationResourceInput"}}},"required":false},"responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Convert Pdf","tags":["Marketplace"],"x-category":"document","x-payment-info":{"price":{"amount":"0.002875","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/country-financials":{"get":{"description":"Country-level financial and credit reference data: sovereign credit rating, equity risk premium, country risk premium, default spread, currency (name + ISO code)…","operationId":"federationResource3667","responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Country Financials","tags":["Marketplace"],"x-category":"code","x-payment-info":{"price":{"amount":"0.001150","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/course-thumbnail-image-generate":{"post":{"description":"Generates SFW course thumbnails, lesson covers, learning-path artwork, and academy launch visuals, without text rendering. Same fast image-generate backend.","operationId":"federationResource812","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FederationResourceInput"}}},"required":false},"responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Course Thumbnail Image Generate","tags":["Marketplace"],"x-category":"image","x-payment-info":{"price":{"amount":"0.011500","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/crates-search":{"get":{"description":"Search crates.io for Rust packages (keyless). Each result: name, latest stable version, description, total + recent downloads, and repository/homepage/documentation links.","operationId":"federationResource3715","responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Crates Search","tags":["Marketplace"],"x-category":"search","x-payment-info":{"price":{"amount":"0.001656","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/crypto-address-validate":{"get":{"description":"Validate a cryptocurrency address with full checksum verification (not just regex). Returns {chain, address, valid, canonical, format, reason}.","operationId":"federationResource3672","responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Crypto Address Validate","tags":["Marketplace"],"x-category":"blockchain","x-payment-info":{"price":{"amount":"0.001150","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/crypto-balances":{"get":{"description":"Live native + ERC-20 token balances for an EVM address (Base, Ethereum, Polygon, Arbitrum, Optimism; keyless).","operationId":"federationResource3673","responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Crypto Balances","tags":["Marketplace"],"x-category":"blockchain","x-payment-info":{"price":{"amount":"0.001656","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/crypto-coin":{"get":{"description":"Full coin profile by CoinGecko id (e.g. bitcoin, ethereum, solana).","operationId":"federationResource3682","responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Crypto Coin","tags":["Marketplace"],"x-category":"code","x-payment-info":{"price":{"amount":"0.001656","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/crypto-contract":{"get":{"description":"Decode an EVM smart contract. Pass chain (ethereum, base, polygon, arbitrum, optimism, bsc, avalanche) + address; returns whether the contract is source-verified (Sourcify), its…","operationId":"federationResource3684","responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Crypto Contract","tags":["Marketplace"],"x-category":"code","x-payment-info":{"price":{"amount":"0.002070","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/crypto-defi":{"get":{"description":"DeFi total-value-locked (TVL) metrics via DefiLlama. With no params, returns the top protocols by TVL (name, slug, category, TVL, 1-day and 7-day % change, chains) plus total DeFi…","operationId":"federationResource3686","responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Crypto Defi","tags":["Marketplace"],"x-category":"blockchain","x-payment-info":{"price":{"amount":"0.002070","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/crypto-defi-chains":{"get":{"description":"DeFi TVL leaderboard across all chains (via DefiLlama, free/keyless): every chain ranked by total value locked, with its native token symbol and chain id.","operationId":"federationResource3687","responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Crypto Defi Chains","tags":["Marketplace"],"x-category":"blockchain","x-payment-info":{"price":{"amount":"0.001656","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/crypto-defi-fees":{"get":{"description":"Protocol fees/revenue or DEX trading volume leaderboards (via DefiLlama, free/keyless). kind=fees ranks protocols by fees generated; kind=dexs ranks DEXes by trading volume.","operationId":"federationResource3688","responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Crypto Defi Fees","tags":["Marketplace"],"x-category":"blockchain","x-payment-info":{"price":{"amount":"0.001656","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/crypto-defi-yields":{"get":{"description":"DeFi yield \u0026 lending rates across protocols (via DefiLlama, free/keyless).","operationId":"federationResource3690","responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Crypto Defi Yields","tags":["Marketplace"],"x-category":"blockchain","x-payment-info":{"price":{"amount":"0.001656","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/crypto-dex-2579":{"get":{"operationId":"federationResource2579","responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Crypto Dex","tags":["Marketplace"],"x-category":"blockchain","x-payment-info":{"price":{"amount":"0.011500","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/crypto-ens-resolve":{"get":{"description":"Resolve ENS (Ethereum Name Service) names and addresses live on Ethereum mainnet. Pass query as either an ENS name (e.g.","operationId":"federationResource3696","responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Crypto Ens Resolve","tags":["Marketplace"],"x-category":"code","x-payment-info":{"price":{"amount":"0.001150","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/crypto-fear-greed":{"get":{"description":"The Crypto Fear \u0026 Greed Index — a 0–100 market-sentiment gauge (0 = Extreme Fear, 100 = Extreme Greed) updated daily.","operationId":"federationResource3697","responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Crypto Fear Greed","tags":["Marketplace"],"x-category":"blockchain","x-payment-info":{"price":{"amount":"0.001380","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/crypto-gas-oracle":{"get":{"description":"Live EVM gas oracle. Returns latest block baseFeePerGas + slow/standard/fast tiers derived from priority-fee percentiles (p25/p50/p75) over the trailing 4 blocks, plus a…","operationId":"federationResource3698","responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Crypto Gas Oracle","tags":["Marketplace"],"x-category":"blockchain","x-payment-info":{"price":{"amount":"0.001150","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/crypto-global":{"get":{"description":"Whole-crypto-market overview: total market cap (USD), total 24h volume, 24h market-cap % change, Bitcoin + Ethereum dominance, count of active cryptocurrencies and markets.","operationId":"federationResource3699","responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Crypto Global","tags":["Marketplace"],"x-category":"blockchain","x-payment-info":{"price":{"amount":"0.001380","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/crypto-headlines":{"post":{"description":"Searches recent bitcoin, ethereum, and DeFi headlines via GDELT with a GNews fallback when configured, returning headline URLs, domains, timestamps, language/country metadata, and…","operationId":"federationResource136","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FederationResourceInput"}}},"required":false},"responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Crypto Headlines","tags":["Marketplace"],"x-category":"search","x-payment-info":{"price":{"amount":"0.005750","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/crypto-launches-2580":{"get":{"operationId":"federationResource2580","responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Crypto Launches","tags":["Marketplace"],"x-category":"blockchain","x-payment-info":{"price":{"amount":"0.011500","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/crypto-markets":{"get":{"description":"Top cryptocurrencies by market cap with live price, market cap, 24h volume, and 24h + 7d % change. Pass limit (1–100, default 20). Source: CoinGecko.","operationId":"federationResource3703","responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Crypto Markets","tags":["Marketplace"],"x-category":"blockchain","x-payment-info":{"price":{"amount":"0.001656","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/crypto-news-135":{"post":{"description":"Fetches recent cryptocurrency news headlines from GDELT with a GNews fallback when configured, filtered by crypto topic or caller query, returning headline URLs, domains…","operationId":"federationResource135","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FederationResourceInput"}}},"required":false},"responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Crypto News","tags":["Marketplace"],"x-category":"blockchain","x-payment-info":{"price":{"amount":"0.005750","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/crypto-news-api":{"post":{"description":"Returns recent cryptocurrency headline metadata and sentiment.","operationId":"federationResource137","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FederationResourceInput"}}},"required":false},"responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Crypto News Api","tags":["Marketplace"],"x-category":"blockchain","x-payment-info":{"price":{"amount":"0.003450","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/crypto-news-sentiment":{"post":{"description":"Classifies supplied crypto news headlines, project updates, or community posts by sentiment and emotion. Classification only, not investment advice.","operationId":"federationResource805","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FederationResourceInput"}}},"required":false},"responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Crypto News Sentiment","tags":["Marketplace"],"x-category":"blockchain","x-payment-info":{"price":{"amount":"0.011500","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/crypto-nft":{"get":{"description":"Live ERC-721 NFT read (Base, Ethereum, Polygon, Arbitrum, Optimism; keyless).","operationId":"federationResource3704","responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Crypto Nft","tags":["Marketplace"],"x-category":"blockchain","x-payment-info":{"price":{"amount":"0.001656","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/crypto-prices-2608":{"get":{"operationId":"federationResource2608","responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Crypto Prices","tags":["Marketplace"],"x-category":"blockchain","x-payment-info":{"price":{"amount":"0.011500","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/crypto-security-2577":{"get":{"operationId":"federationResource2577","responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Crypto Security","tags":["Marketplace"],"x-category":"blockchain","x-payment-info":{"price":{"amount":"0.011500","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/crypto-sentiment":{"post":{"description":"Scores crypto sentiment from recent public X posts about protocols, tickers, tokens, x402, Bankr, Coinbase, and market narratives, without posting or account mutation.","operationId":"federationResource746","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FederationResourceInput"}}},"required":false},"responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Crypto Sentiment","tags":["Marketplace"],"x-category":"search","x-payment-info":{"price":{"amount":"0.034500","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/crypto-stablecoins":{"get":{"description":"Stablecoin supply leaderboard (via DefiLlama, free/keyless): the largest stablecoins by circulating USD, with peg type (USD/EUR/…), peg mechanism (fiat-backed, crypto-backed…","operationId":"federationResource3706","responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Crypto Stablecoins","tags":["Marketplace"],"x-category":"blockchain","x-payment-info":{"price":{"amount":"0.001656","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/crypto-token-metadata":{"get":{"description":"Live on-chain token metadata for an ERC-20 or ERC-721 contract (Base, Ethereum, Polygon, Arbitrum, Optimism; keyless).","operationId":"federationResource3708","responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Crypto Token Metadata","tags":["Marketplace"],"x-category":"blockchain","x-payment-info":{"price":{"amount":"0.001656","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/crypto-token-price":{"get":{"description":"Current spot price and market data for crypto assets. Pass ids as comma-separated CoinGecko asset ids (e.g.","operationId":"federationResource3709","responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Crypto Token Price","tags":["Marketplace"],"x-category":"blockchain","x-payment-info":{"price":{"amount":"0.001380","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/crypto-token-transfers":{"get":{"description":"ERC-20 token transfer history for an Ethereum address (via Etherscan V2).","operationId":"federationResource3711","responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Crypto Token Transfers","tags":["Marketplace"],"x-category":"blockchain","x-payment-info":{"price":{"amount":"0.001656","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/crypto-trending":{"get":{"description":"The most-searched trending cryptocurrencies on CoinGecko right now (last 24h), each with symbol, name, market-cap rank, and price. A real-time popularity/attention signal.","operationId":"federationResource3712","responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Crypto Trending","tags":["Marketplace"],"x-category":"search","x-payment-info":{"price":{"amount":"0.001380","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/crypto-tx":{"get":{"description":"Live EVM transaction status and receipt lookup. Give a transaction hash + chain and get back whether it mined successfully, reverted, or is still pending in the mempool, plus…","operationId":"federationResource3713","responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Crypto Tx","tags":["Marketplace"],"x-category":"blockchain","x-payment-info":{"price":{"amount":"0.001150","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/crypto-tx-explainer":{"post":{"description":"Ethereum/Base/Arbitrum/Optimism/Polygon transaction explainer. Returns receipt + ERC20/ERC721 transfers + contracts + fees + plain-English explanation (Venice).","operationId":"federationResource410","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FederationResourceInput"}}},"required":false},"responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Crypto Tx Explainer","tags":["Marketplace"],"x-category":"blockchain","x-payment-info":{"price":{"amount":"0.046000","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/crypto-updown":{"get":{"description":"Polymarket crypto up-or-down markets — the recurring 'Will \u003casset\u003e be up or down by \u003ctime\u003e?' series for BTC, ETH, SOL, SPX and more (hourly/daily).","operationId":"federationResource3963","responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Crypto Updown","tags":["Marketplace"],"x-category":"blockchain","x-payment-info":{"price":{"amount":"0.005520","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/crypto-vrf":{"get":{"description":"Verifiable random function — deterministic, publicly verifiable randomness bound to your seed and signed by the 2s key.","operationId":"federationResource3714","responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Crypto Vrf","tags":["Marketplace"],"x-category":"blockchain","x-payment-info":{"price":{"amount":"0.001150","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/crypto-wallet-2581":{"get":{"operationId":"federationResource2581","responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Crypto Wallet","tags":["Marketplace"],"x-category":"blockchain","x-payment-info":{"price":{"amount":"0.011500","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/crypto-whales-2583":{"get":{"operationId":"federationResource2583","responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Crypto Whales","tags":["Marketplace"],"x-category":"blockchain","x-payment-info":{"price":{"amount":"0.011500","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/current-weather":{"post":{"description":"Looks up current weather conditions for a latitude/longitude: temperature, humidity, precipitation, wind, and WMO condition code. Optional hourly and daily forecast included.","operationId":"federationResource454","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FederationResourceInput"}}},"required":false},"responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Current Weather","tags":["Marketplace"],"x-category":"code","x-payment-info":{"price":{"amount":"0.005750","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/current-weather-city":{"post":{"description":"Current weather city lookup / city-name weather conditions. Geocodes a city name and returns current Open-Meteo conditions with optional forecast, timezone, and alternate place…","operationId":"federationResource457","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FederationResourceInput"}}},"required":false},"responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Current Weather City","tags":["Marketplace"],"x-category":"code","x-payment-info":{"price":{"amount":"0.011500","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/customer-review-translate":{"post":{"description":"Translates customer reviews, ratings comments, and voice-of-customer excerpts, preserving product names, SKUs, and star ratings. Same translate-text backend.","operationId":"federationResource823","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FederationResourceInput"}}},"required":false},"responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Customer Review Translate","tags":["Marketplace"],"x-category":"general","x-payment-info":{"price":{"amount":"0.011500","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/cve-search":{"get":{"description":"Find vulnerabilities affecting a product by searching the NIST National Vulnerability Database. Pass product (free-text keyword, e.g.","operationId":"federationResource4017","responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Cve Search","tags":["Marketplace"],"x-category":"search","x-payment-info":{"price":{"amount":"0.002484","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/decode-calldata":{"post":{"description":"Decode raw EVM transaction calldata. POST { data } (0x-prefixed hex).","operationId":"federationResource3685","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FederationResourceInput"}}},"required":false},"responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Decode Calldata","tags":["Marketplace"],"x-category":"code","x-payment-info":{"price":{"amount":"0.001150","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/decode-wmi":{"get":{"description":"Decode a 3-character World Manufacturer Identifier (the first three characters of a VIN) to the assigning manufacturer.","operationId":"federationResource4125","responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Decode Wmi","tags":["Marketplace"],"x-category":"code","x-payment-info":{"price":{"amount":"0.002760","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/defi-price-1284":{"post":{"operationId":"federationResource1284","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FederationResourceInput"}}},"required":false},"responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Defi Price","tags":["Marketplace"],"x-category":"general","x-payment-info":{"price":{"amount":"0.011500","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/defi-token-1291":{"post":{"operationId":"federationResource1291","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FederationResourceInput"}}},"required":false},"responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Defi Token","tags":["Marketplace"],"x-category":"blockchain","x-payment-info":{"price":{"amount":"0.023000","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/dep-risk-summary":{"post":{"description":"Scores dependency risk for a whole repo from its manifests and lockfiles.","operationId":"federationResource152","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FederationResourceInput"}}},"required":false},"responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Dep Risk Summary","tags":["Marketplace"],"x-category":"general","x-payment-info":{"price":{"amount":"0.034500","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/describe-image":{"post":{"description":"Describes images with a vision LLM across five modes: describe, alt_text (accessibility, \u003c=125 chars), OCR (extract visible text), tags (8-15 keywords), and caption…","operationId":"federationResource105","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FederationResourceInput"}}},"required":false},"responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Describe Image","tags":["Marketplace"],"x-category":"ocr","x-payment-info":{"price":{"amount":"0.023000","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/dev-jwt-decode":{"post":{"description":"Decode a JWT without verifying its signature. POST { token }.","operationId":"federationResource3723","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FederationResourceInput"}}},"required":false},"responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Dev Jwt Decode","tags":["Marketplace"],"x-category":"code","x-payment-info":{"price":{"amount":"0.001150","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/dex-search":{"get":{"description":"Search on-chain DEX liquidity pools by token name, symbol, or address (via GeckoTerminal, free/keyless). Optionally scope to one network.","operationId":"federationResource3694","responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Dex Search","tags":["Marketplace"],"x-category":"search","x-payment-info":{"price":{"amount":"0.001656","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/dex-token-pools":{"get":{"description":"All DEX pools trading a given token, by contract address (via GeckoTerminal, free/keyless).","operationId":"federationResource3695","responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Dex Token Pools","tags":["Marketplace"],"x-category":"blockchain","x-payment-info":{"price":{"amount":"0.001656","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/doc-search":{"post":{"description":"STORE: full-text keyword search over documents you stored in a namespace, scoped to YOUR wallet.","operationId":"federationResource4074","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FederationResourceInput"}}},"required":false},"responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Doc Search","tags":["Marketplace"],"x-category":"search","x-payment-info":{"price":{"amount":"0.002300","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/docket-search":{"get":{"description":"Search US federal court dockets — civil and criminal — from the RECAP/PACER archive. Full-text q (case name, party, e.g. \"United States v.","operationId":"federationResource3896","responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Docket Search","tags":["Marketplace"],"x-category":"search","x-payment-info":{"price":{"amount":"0.005520","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/domain-age":{"get":{"operationId":"federationResource999","responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Domain Age","tags":["Marketplace"],"x-category":"dns","x-payment-info":{"price":{"amount":"0.001150","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/domain-report":{"get":{"operationId":"federationResource1000","responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Domain Report","tags":["Marketplace"],"x-category":"dns","x-payment-info":{"price":{"amount":"0.023000","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/drug-price":{"get":{"description":"Look up US drug pricing from CMS NADAC (National Average Drug Acquisition Cost) — the benchmark per-unit acquisition cost CMS surveys from retail pharmacies and publishes weekly.","operationId":"federationResource3922","responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Drug Price","tags":["Marketplace"],"x-category":"search","x-payment-info":{"price":{"amount":"0.001656","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/earnings-call-transcribe":{"post":{"description":"Earnings call transcriber. Caller-supplied IR webcast/replay URL to Whisper v3 transcript to optional Venice structured summary (prepared remarks, Q\u0026A, guidance, key metrics).","operationId":"federationResource419","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FederationResourceInput"}}},"required":false},"responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Earnings Call Transcribe","tags":["Marketplace"],"x-category":"document","x-payment-info":{"price":{"amount":"0.034500","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/earnings-transcript":{"post":{"description":"Earnings call transcript generator. Submit any IR webcast or replay URL — Whisper v3 returns a full transcript, plus an optional Venice structured summary (prepared remarks, Q\u0026A…","operationId":"federationResource420","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FederationResourceInput"}}},"required":false},"responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Earnings Transcript","tags":["Marketplace"],"x-category":"document","x-payment-info":{"price":{"amount":"0.034500","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/earthquakes-recent":{"post":{"description":"Returns recent earthquakes from USGS for any time window (hour, day, week, month) above a magnitude threshold.","operationId":"federationResource461","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FederationResourceInput"}}},"required":false},"responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Earthquakes Recent","tags":["Marketplace"],"x-category":"dns","x-payment-info":{"price":{"amount":"0.003450","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/ecommerce-lifestyle-image-generate":{"post":{"description":"Generates SFW ecommerce lifestyle scenes and ad visuals around product prompts. Same image-generate backend.","operationId":"federationResource773","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FederationResourceInput"}}},"required":false},"responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Ecommerce Lifestyle Image Generate","tags":["Marketplace"],"x-category":"image","x-payment-info":{"price":{"amount":"0.011500","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/education-course-translate":{"post":{"description":"Translates course outlines, assignments, quiz instructions, and LMS copy, preserving placeholders and numbering. Same translate-text backend.","operationId":"federationResource822","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FederationResourceInput"}}},"required":false},"responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Education Course Translate","tags":["Marketplace"],"x-category":"general","x-payment-info":{"price":{"amount":"0.011500","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/email-trust-report":{"post":{"description":"Vets an email address in one call: deliverability, disposable check, DMARC posture, and a dedupe key.","operationId":"federationResource620","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FederationResourceInput"}}},"required":false},"responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Email Trust Report","tags":["Marketplace"],"x-category":"search","x-payment-info":{"price":{"amount":"0.034500","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/energy-prices":{"get":{"description":"US energy benchmark prices from the EIA (Energy Information Administration) open data API.","operationId":"federationResource3759","responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Energy Prices","tags":["Marketplace"],"x-category":"dns","x-payment-info":{"price":{"amount":"0.003312","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/epo-search":{"get":{"description":"Search worldwide patent publications via the European Patent Office's Open Patent Services (OPS). Pass a CQL query (e.g.","operationId":"federationResource3957","responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Epo Search","tags":["Marketplace"],"x-category":"search","x-payment-info":{"price":{"amount":"0.002070","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/equities-news":{"post":{"description":"Equities news API (alias of stocks-news). Recent GDELT-backed headlines with a GNews fallback when configured on equities, earnings, IPOs, the Fed, and macro with sentiment and…","operationId":"federationResource140","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FederationResourceInput"}}},"required":false},"responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Equities News","tags":["Marketplace"],"x-category":"dns","x-payment-info":{"price":{"amount":"0.005750","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/eu-regulation-search":{"post":{"operationId":"federationResource2057","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FederationResourceInput"}}},"required":false},"responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Eu Regulation Search","tags":["Marketplace"],"x-category":"search","x-payment-info":{"price":{"amount":"0.372600","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/eu-trademark-search":{"post":{"operationId":"federationResource2126","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FederationResourceInput"}}},"required":false},"responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Eu Trademark Search","tags":["Marketplace"],"x-category":"search","x-payment-info":{"price":{"amount":"0.621000","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/event-poster-image-generate":{"post":{"description":"Generates SFW event artwork, launch posters, and campaign backgrounds without relying on stock art. Same fast image-generate backend.","operationId":"federationResource794","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FederationResourceInput"}}},"required":false},"responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Event Poster Image Generate","tags":["Marketplace"],"x-category":"image","x-payment-info":{"price":{"amount":"0.011500","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/exa-search-1859":{"post":{"operationId":"federationResource1859","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FederationResourceInput"}}},"required":false},"responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Exa Search","tags":["Marketplace"],"x-category":"search","x-payment-info":{"price":{"amount":"0.014950","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/excel-to-google-sheets":{"post":{"description":"Converts Excel files for import into Google Sheets. Outputs CSV that imports directly via File \u003e Import \u003e Upload (or paste-into-cells), with multi-sheet handling, encoding…","operationId":"federationResource300","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FederationResourceInput"}}},"required":false},"responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Excel To Google Sheets","tags":["Marketplace"],"x-category":"search","x-payment-info":{"price":{"amount":"0.005750","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/extract":{"post":{"description":"Named entity extractor / NER. People, organizations, locations, dates, emails, URLs, phone numbers, monetary amounts. Mistral-powered.","operationId":"federationResource282","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FederationResourceInput"}}},"required":false},"responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Extract","tags":["Marketplace"],"x-category":"email","x-payment-info":{"price":{"amount":"0.023000","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/extract-entities":{"post":{"description":"Named entity recognition (NER) / entity extractor. Pulls people, organizations, locations, dates, emails, URLs, phone numbers, monetary amounts. Verbatim with context.","operationId":"federationResource119","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FederationResourceInput"}}},"required":false},"responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Extract Entities","tags":["Marketplace"],"x-category":"email","x-payment-info":{"price":{"amount":"0.005750","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/factcheck-search":{"get":{"description":"Search the global corpus of published fact-checks (ClaimReview) by free-text claim.","operationId":"federationResource3763","responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Factcheck Search","tags":["Marketplace"],"x-category":"search","x-payment-info":{"price":{"amount":"0.002070","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/fashion-lookbook-image-generate":{"post":{"description":"Generates SFW fashion visuals: clothing concepts, seasonal lookbook scenes, and ecommerce fashion creative from prompts. Same image-generate backend.","operationId":"federationResource813","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FederationResourceInput"}}},"required":false},"responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Fashion Lookbook Image Generate","tags":["Marketplace"],"x-category":"image","x-payment-info":{"price":{"amount":"0.011500","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/federal-codes":{"get":{"description":"Fetch a USAJobs reference codelist (lookup tables behind every federal job posting).","operationId":"federationResource3886","responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Federal Codes","tags":["Marketplace"],"x-category":"search","x-payment-info":{"price":{"amount":"0.001380","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/federal-search":{"get":{"description":"Search current US federal job postings via the USAJobs API. Filter by keyword, positionTitle, locationName (\"Washington, DC\" or city/zip), remote (telework-eligible), pay grade…","operationId":"federationResource3887","responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Federal Search","tags":["Marketplace"],"x-category":"search","x-payment-info":{"price":{"amount":"0.001380","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/figi-search":{"get":{"description":"Free-text search for securities across global exchanges via OpenFIGI. Give a query (company name, ticker, description) and optionally narrow by exchCode (e.g.","operationId":"federationResource3773","responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Figi Search","tags":["Marketplace"],"x-category":"search","x-payment-info":{"price":{"amount":"0.001656","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/filtered-news":{"get":{"operationId":"federationResource945","responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Filtered News","tags":["Marketplace"],"x-category":"general","x-payment-info":{"price":{"amount":"0.001150","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/finance-report-translate":{"post":{"description":"Translates finance reports: market commentary, investor letters, earnings notes, and finance summaries, preserving tickers and numbers. Same backend as translate-text.","operationId":"federationResource780","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FederationResourceInput"}}},"required":false},"responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Finance Report Translate","tags":["Marketplace"],"x-category":"general","x-payment-info":{"price":{"amount":"0.011500","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/financials-reported":{"get":{"description":"As-reported financial statements for a US-listed company, exactly as filed with the SEC — balance sheet, income statement, and cash-flow statement line items, parsed from each…","operationId":"federationResource4055","responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Financials Reported","tags":["Marketplace"],"x-category":"general","x-payment-info":{"price":{"amount":"0.001150","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/firecrawl-batch-scrape-1796":{"post":{"operationId":"federationResource1796","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FederationResourceInput"}}},"required":false},"responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Firecrawl Batch Scrape","tags":["Marketplace"],"x-category":"web","x-payment-info":{"price":{"amount":"0.094300","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/firecrawl-map-1809":{"post":{"operationId":"federationResource1809","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FederationResourceInput"}}},"required":false},"responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Firecrawl Map","tags":["Marketplace"],"x-category":"web","x-payment-info":{"price":{"amount":"0.011500","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/firecrawl-monitor-1810":{"post":{"operationId":"federationResource1810","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FederationResourceInput"}}},"required":false},"responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Firecrawl Monitor","tags":["Marketplace"],"x-category":"web","x-payment-info":{"price":{"amount":"0.029900","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/firecrawl-monitor-detail-1811":{"post":{"operationId":"federationResource1811","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FederationResourceInput"}}},"required":false},"responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Firecrawl Monitor Detail","tags":["Marketplace"],"x-category":"web","x-payment-info":{"price":{"amount":"0.029900","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/firecrawl-parse-1815":{"post":{"operationId":"federationResource1815","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FederationResourceInput"}}},"required":false},"responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Firecrawl Parse","tags":["Marketplace"],"x-category":"web","x-payment-info":{"price":{"amount":"0.048300","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/firecrawl-scrape-1816":{"post":{"operationId":"federationResource1816","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FederationResourceInput"}}},"required":false},"responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Firecrawl Scrape","tags":["Marketplace"],"x-category":"web","x-payment-info":{"price":{"amount":"0.048300","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/firecrawl-search-1819":{"post":{"operationId":"federationResource1819","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FederationResourceInput"}}},"required":false},"responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Firecrawl Search","tags":["Marketplace"],"x-category":"search","x-payment-info":{"price":{"amount":"0.094300","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/flagged-tokens":{"post":{"description":"Feed of flagged risky Solana tokens: thin liquidity, extreme moves, sell pressure, very new pairs, and missing profile context.","operationId":"federationResource492","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FederationResourceInput"}}},"required":false},"responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Flagged Tokens","tags":["Marketplace"],"x-category":"blockchain","x-payment-info":{"price":{"amount":"0.005750","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/food-barcode-lookup":{"get":{"description":"Resolve a food product barcode (UPC, EAN-13, EAN-8, etc.) to structured product metadata via Open Food Facts — the CC0 community-maintained database of \u003e3M food products.","operationId":"federationResource3785","responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Food Barcode Lookup","tags":["Marketplace"],"x-category":"qr","x-payment-info":{"price":{"amount":"0.001380","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/game-asset-concept-image":{"post":{"description":"Game asset concept image API / character prop environment concept generator.","operationId":"federationResource814","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FederationResourceInput"}}},"required":false},"responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Game Asset Concept Image","tags":["Marketplace"],"x-category":"image","x-payment-info":{"price":{"amount":"0.011500","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/game-localization-translate":{"post":{"description":"Translates game content: dialogue, item descriptions, UI strings, and patch notes, preserving tokens. Same backend as translate-text.","operationId":"federationResource781","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FederationResourceInput"}}},"required":false},"responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Game Localization Translate","tags":["Marketplace"],"x-category":"blockchain","x-payment-info":{"price":{"amount":"0.011500","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/gas-price":{"post":{"description":"Estimates current gas prices and EIP-1559 fees on Base, Ethereum, Optimism, and Arbitrum.","operationId":"federationResource267","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FederationResourceInput"}}},"required":false},"responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Gas Price","tags":["Marketplace"],"x-category":"general","x-payment-info":{"price":{"amount":"0.023000","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/gas-price-api":{"post":{"description":"Estimates blockchain gas prices: base fee, priority fee tiers, maxFeePerGas, and USD transaction costs for Base, Ethereum, Optimism, and Arbitrum. Same gas-price handler.","operationId":"federationResource763","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FederationResourceInput"}}},"required":false},"responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Gas Price Api","tags":["Marketplace"],"x-category":"blockchain","x-payment-info":{"price":{"amount":"0.023000","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/gas-price-check":{"post":{"operationId":"federationResource2030","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FederationResourceInput"}}},"required":false},"responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Gas Price Check","tags":["Marketplace"],"x-category":"general","x-payment-info":{"price":{"amount":"0.024840","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/geocode-260":{"post":{"description":"Geocodes addresses and place names to coordinates; exact short alias for address-geocode so agents searching for 'geocode' can discover the same global resolver.","operationId":"federationResource260","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FederationResourceInput"}}},"required":false},"responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Geocode","tags":["Marketplace"],"x-category":"search","x-payment-info":{"price":{"amount":"0.023000","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/geocode-address":{"get":{"description":"Forward geocoding — free-text address or place name → latitude/longitude plus structured address components (houseNumber, road, suburb, city, county, state, postcode, country…","operationId":"federationResource3796","responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Geocode Address","tags":["Marketplace"],"x-category":"code","x-payment-info":{"price":{"amount":"0.001150","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/geocode-reverse":{"get":{"description":"Reverse geocoding — latitude/longitude → nearest formatted address plus structured components (houseNumber, road, suburb, city, county, state, postcode, country, countryCode).","operationId":"federationResource3797","responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Geocode Reverse","tags":["Marketplace"],"x-category":"code","x-payment-info":{"price":{"amount":"0.001150","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/github-4187":{"get":{"description":"GitHub data. Repository stats, user profiles, and code-search results (stars, forks, language, topics, issues) via the GitHub REST API.","operationId":"federationResource4187","responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Github","tags":["Marketplace"],"x-category":"search","x-payment-info":{"price":{"amount":"0.023000","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/github-branches":{"get":{"description":"Branches of a repository: name, head commit sha, and protection flag. Read-only; no caller key needed.","operationId":"federationResource3798","responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Github Branches","tags":["Marketplace"],"x-category":"code","x-payment-info":{"price":{"amount":"0.001150","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/github-commits":{"get":{"description":"Commit history for a repository: sha, message, author name + GitHub login, date, and URL. Optionally filter by branch/tag (sha), file path, or author. Paginate.","operationId":"federationResource3799","responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Github Commits","tags":["Marketplace"],"x-category":"code","x-payment-info":{"price":{"amount":"0.001150","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/github-contributors":{"get":{"description":"Top contributors to a repository, ranked by commit count: login, contributions, account type, and profile URL. Read-only; no caller key needed.","operationId":"federationResource3800","responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Github Contributors","tags":["Marketplace"],"x-category":"code","x-payment-info":{"price":{"amount":"0.001150","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/github-get-1016":{"post":{"operationId":"federationResource1016","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FederationResourceInput"}}},"required":false},"responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Github Get","tags":["Marketplace"],"x-category":"code","x-payment-info":{"price":{"amount":"0.002300","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/github-issues":{"get":{"description":"List issues for a repository (pull requests excluded): number, title, state, author, labels, comment count, and created/updated times.","operationId":"federationResource3801","responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Github Issues","tags":["Marketplace"],"x-category":"code","x-payment-info":{"price":{"amount":"0.001150","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/github-languages":{"get":{"description":"Programming-language breakdown of a repository: each language with its byte count and percentage of the codebase, sorted by size. Read-only; no caller key needed.","operationId":"federationResource3802","responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Github Languages","tags":["Marketplace"],"x-category":"code","x-payment-info":{"price":{"amount":"0.001150","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/github-pulls":{"get":{"description":"List pull requests for a repository: number, title, state, author, draft flag, merged status + time, head/base branch, and created time.","operationId":"federationResource3803","responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Github Pulls","tags":["Marketplace"],"x-category":"code","x-payment-info":{"price":{"amount":"0.001150","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/github-readme-518":{"post":{"description":"Fetches the raw README markdown for any public GitHub repository via the official GitHub REST API, no auth required for public repos.","operationId":"federationResource518","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FederationResourceInput"}}},"required":false},"responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Github Readme","tags":["Marketplace"],"x-category":"code","x-payment-info":{"price":{"amount":"0.005750","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/github-releases":{"get":{"description":"List a repository's releases: tag, name, draft/prerelease flags, author, published time, and release notes body. Paginate. Track a project's version history.","operationId":"federationResource3805","responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Github Releases","tags":["Marketplace"],"x-category":"code","x-payment-info":{"price":{"amount":"0.001150","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/github-repo":{"get":{"description":"GitHub repository metadata: full name, owner, description, stars, forks, watchers, open issues, primary language, topics, SPDX license, default branch, homepage, archived flag…","operationId":"federationResource3806","responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Github Repo","tags":["Marketplace"],"x-category":"code","x-payment-info":{"price":{"amount":"0.001150","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/github-repo-health":{"post":{"description":"GitHub repo health score / open-source maintainability checker. 0-100 score + grade (abandoned/stale/okay/healthy/thriving). Commit activity, contributors, license, CI, tests.","operationId":"federationResource161","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FederationResourceInput"}}},"required":false},"responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Github Repo Health","tags":["Marketplace"],"x-category":"llm","x-payment-info":{"price":{"amount":"0.034500","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/github-repos":{"get":{"description":"List a user or organization's repositories (each with stars, forks, language, topics, license, timestamps).","operationId":"federationResource3807","responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Github Repos","tags":["Marketplace"],"x-category":"code","x-payment-info":{"price":{"amount":"0.001150","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/github-search-1015":{"post":{"operationId":"federationResource1015","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FederationResourceInput"}}},"required":false},"responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Github Search","tags":["Marketplace"],"x-category":"search","x-payment-info":{"price":{"amount":"0.002300","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/github-stars-history":{"post":{"description":"Tracks GitHub stars history: current star count plus a sampled cumulative-stars-vs-date series for any public GitHub repo.","operationId":"federationResource519","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FederationResourceInput"}}},"required":false},"responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Github Stars History","tags":["Marketplace"],"x-category":"code","x-payment-info":{"price":{"amount":"0.005750","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/github-tags":{"get":{"description":"Git tags of a repository (name + commit sha), most recent first. Pair with github.releases for published releases. Read-only; no caller key needed.","operationId":"federationResource3810","responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Github Tags","tags":["Marketplace"],"x-category":"code","x-payment-info":{"price":{"amount":"0.001150","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/github-trending-2609":{"get":{"operationId":"federationResource2609","responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Github Trending","tags":["Marketplace"],"x-category":"code","x-payment-info":{"price":{"amount":"0.011500","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/github-user":{"get":{"description":"GitHub user or organization profile: login, name, company, blog, location, bio, type (User/Organization), followers, following, public repo + gist counts, and account creation…","operationId":"federationResource3811","responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Github User","tags":["Marketplace"],"x-category":"code","x-payment-info":{"price":{"amount":"0.001150","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/gitlab-search":{"get":{"description":"Search public GitLab projects (keyless), ranked by stars. Each result: full name, path, description, star and fork counts, web URL, last-activity timestamp, and topics.","operationId":"federationResource3719","responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Gitlab Search","tags":["Marketplace"],"x-category":"search","x-payment-info":{"price":{"amount":"0.001656","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/google-news":{"post":{"description":"Search Google News for recent articles on any topic.","operationId":"federationResource56","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FederationResourceInput"}}},"required":false},"responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Google News","tags":["Marketplace"],"x-category":"search","x-payment-info":{"price":{"amount":"0.002875","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/google-search-55":{"post":{"description":"Perform a Google search and return structured results with titles, snippets, and URLs.","operationId":"federationResource55","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FederationResourceInput"}}},"required":false},"responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Google Search","tags":["Marketplace"],"x-category":"search","x-payment-info":{"price":{"amount":"0.002875","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/hacker-news-search":{"post":{"description":"Search 30M+ Hacker News stories and comments via the Algolia HN index.","operationId":"federationResource442","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FederationResourceInput"}}},"required":false},"responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Hacker News Search","tags":["Marketplace"],"x-category":"search","x-payment-info":{"price":{"amount":"0.001150","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/hackernews-4188":{"get":{"description":"Hacker News feed. Top, new, and best front-page stories plus full-text story search — titles, scores, comment counts, and author for tech and startup news.","operationId":"federationResource4188","responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Hackernews","tags":["Marketplace"],"x-category":"search","x-payment-info":{"price":{"amount":"0.011500","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/healthcare-campaign-image-generate":{"post":{"description":"Generates SFW healthcare, wellness, clinic, and patient-education campaign visuals, without medical claims. Same image-generate backend.","operationId":"federationResource815","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FederationResourceInput"}}},"required":false},"responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Healthcare Campaign Image Generate","tags":["Marketplace"],"x-category":"image","x-payment-info":{"price":{"amount":"0.011500","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/historical-token-flow-summary":{"post":{"operationId":"federationResource1262","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FederationResourceInput"}}},"required":false},"responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Historical Token Flow Summary","tags":["Marketplace"],"x-category":"blockchain","x-payment-info":{"price":{"amount":"0.011500","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/historical-token-info-perps":{"post":{"operationId":"federationResource1235","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FederationResourceInput"}}},"required":false},"responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Historical Token Info Perps","tags":["Marketplace"],"x-category":"blockchain","x-payment-info":{"price":{"amount":"0.011500","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/historical-token-price":{"post":{"operationId":"federationResource2536","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FederationResourceInput"}}},"required":false},"responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Historical Token Price","tags":["Marketplace"],"x-category":"blockchain","x-payment-info":{"price":{"amount":"0.001294","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/historical-token-recent-flows-summary-perps":{"post":{"operationId":"federationResource1238","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FederationResourceInput"}}},"required":false},"responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Historical Token Recent Flows Summary Perps","tags":["Marketplace"],"x-category":"blockchain","x-payment-info":{"price":{"amount":"0.011500","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/hn-search-441":{"post":{"description":"Searches 30M+ Hacker News stories and comments via the public Algolia HN index.","operationId":"federationResource441","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FederationResourceInput"}}},"required":false},"responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Hn Search","tags":["Marketplace"],"x-category":"search","x-payment-info":{"price":{"amount":"0.001150","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/hs-code-lookup":{"post":{"operationId":"federationResource2224","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FederationResourceInput"}}},"required":false},"responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Hs Code Lookup","tags":["Marketplace"],"x-category":"code","x-payment-info":{"price":{"amount":"0.037260","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/hyperliquid-perps":{"post":{"description":"Returns Hyperliquid perps market data: active markets, mark prices, size decimals, max leverage, and margin table ids.","operationId":"federationResource505","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FederationResourceInput"}}},"required":false},"responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Hyperliquid Perps","tags":["Marketplace"],"x-category":"blockchain","x-payment-info":{"price":{"amount":"0.005750","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/image-caption-localize":{"post":{"description":"Captions an image and translates the caption into any of 100+ languages in one call. Composite: one call runs describe-image + translate.","operationId":"federationResource622","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FederationResourceInput"}}},"required":false},"responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Image Caption Localize","tags":["Marketplace"],"x-category":"llm","x-payment-info":{"price":{"amount":"0.046000","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/image-compress":{"post":{"description":"Compress an image. POST exactly one of { url } or { imageBase64 }, plus optional { format?: auto|png|jpeg|webp|avif (default auto = keep input format), quality?: 1-100 (default…","operationId":"federationResource3877","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FederationResourceInput"}}},"required":false},"responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Image Compress","tags":["Marketplace"],"x-category":"image","x-payment-info":{"price":{"amount":"0.002760","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/image-convert":{"post":{"description":"Universal image format converter (PNG, JPG, WEBP, AVIF, GIF, BMP, TIFF, ICO, HEIC, HEIF, PSD, SVG). Optional resize + quality. CloudConvert engine.","operationId":"federationResource101","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FederationResourceInput"}}},"required":false},"responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Image Convert","tags":["Marketplace"],"x-category":"image","x-payment-info":{"price":{"amount":"0.011500","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/image-describe":{"post":{"description":"Returns detailed image descriptions, short captions, alt text, OCR text, or tags from a public image URL.","operationId":"federationResource107","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FederationResourceInput"}}},"required":false},"responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Image Describe","tags":["Marketplace"],"x-category":"ocr","x-payment-info":{"price":{"amount":"0.023000","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/image-describe-api":{"post":{"description":"Describes images from public URLs, producing captions, accessibility alt text, short descriptions, and visual summaries. Same image-description backend.","operationId":"federationResource750","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FederationResourceInput"}}},"required":false},"responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Image Describe Api","tags":["Marketplace"],"x-category":"image","x-payment-info":{"price":{"amount":"0.023000","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/image-description":{"post":{"description":"Takes a public image URL and returns an AI vision description, alt text, OCR text, tags, or caption depending on mode.","operationId":"federationResource106","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FederationResourceInput"}}},"required":false},"responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Image Description","tags":["Marketplace"],"x-category":"ocr","x-payment-info":{"price":{"amount":"0.023000","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/image-edit":{"post":{"description":"Edits an image from a plain-text instruction, mask-free: describe the change and the model applies it to the whole image. Default model: nano-banana-pro.","operationId":"federationResource548","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FederationResourceInput"}}},"required":false},"responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Image Edit","tags":["Marketplace"],"x-category":"image","x-payment-info":{"price":{"amount":"0.023000","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/image-format-convert":{"post":{"description":"Image converter. Convert any image between PNG, JPG, WEBP, AVIF, GIF, BMP, TIFF, ICO, HEIC, HEIF, PSD, and SVG. Optional resize and quality. CloudConvert engine.","operationId":"federationResource102","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FederationResourceInput"}}},"required":false},"responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Image Format Convert","tags":["Marketplace"],"x-category":"search","x-payment-info":{"price":{"amount":"0.011500","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/image-generate":{"post":{"description":"Generate an image from text in under 5 seconds. Four style tiers backed by curated $0.01 Venice models: 'fast' (z-image-turbo, default), 'creative' (chroma), 'anime'…","operationId":"federationResource532","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FederationResourceInput"}}},"required":false},"responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Image Generate","tags":["Marketplace"],"x-category":"image","x-payment-info":{"price":{"amount":"0.011500","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/image-inpaint":{"post":{"description":"Inpaints an image by replacing the masked region with content matching a text prompt. White pixels in the mask = region to inpaint. Default model: gpt-image-2.","operationId":"federationResource547","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FederationResourceInput"}}},"required":false},"responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Image Inpaint","tags":["Marketplace"],"x-category":"image","x-payment-info":{"price":{"amount":"0.023000","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/image-intel-pack":{"post":{"description":"Analyzes an image in one call: description, brand logo detection, and content moderation. Composite: one call runs describe-image + logo-detect + moderate-content.","operationId":"federationResource623","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FederationResourceInput"}}},"required":false},"responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Image Intel Pack","tags":["Marketplace"],"x-category":"llm","x-payment-info":{"price":{"amount":"0.046000","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/image-resize":{"post":{"operationId":"federationResource2124","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FederationResourceInput"}}},"required":false},"responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Image Resize","tags":["Marketplace"],"x-category":"image","x-payment-info":{"price":{"amount":"0.037260","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/image-translate":{"post":{"description":"Image translator. Translate text in any image — signs, menus, screenshots, photos of documents — by running vision-OCR plus Venice translation.","operationId":"federationResource416","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FederationResourceInput"}}},"required":false},"responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Image Translate","tags":["Marketplace"],"x-category":"ocr","x-payment-info":{"price":{"amount":"0.023000","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/image-upscale":{"post":{"description":"Upscales an image 2x or 4x via Venice's image/upscale endpoint (default model: venice-sd35). Returns a permanent fal-hosted URL.","operationId":"federationResource546","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FederationResourceInput"}}},"required":false},"responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Image Upscale","tags":["Marketplace"],"x-category":"image","x-payment-info":{"price":{"amount":"0.023000","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/image-watermark":{"post":{"description":"Image watermark / add text or logo watermark to image files. Also supports PDFs and videos through the same CloudConvert-backed watermark handler.","operationId":"federationResource91","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FederationResourceInput"}}},"required":false},"responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Image Watermark","tags":["Marketplace"],"x-category":"document","x-payment-info":{"price":{"amount":"0.023000","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/images-transform-1950":{"post":{"operationId":"federationResource1950","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FederationResourceInput"}}},"required":false},"responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Images Transform","tags":["Marketplace"],"x-category":"image","x-payment-info":{"price":{"amount":"0.017250","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/immigration-document-translate":{"post":{"description":"Translates immigration form excerpts, appointment instructions, evidence checklists, and application notes, preserving names, dates, IDs, and numbering. Not legal advice.","operationId":"federationResource824","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FederationResourceInput"}}},"required":false},"responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Immigration Document Translate","tags":["Marketplace"],"x-category":"general","x-payment-info":{"price":{"amount":"0.011500","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/invoice-translate":{"post":{"description":"Translates invoice notes, payment terms, receipt line descriptions, and billing messages, preserving amounts, invoice IDs, and dates. Same translate-text backend.","operationId":"federationResource801","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FederationResourceInput"}}},"required":false},"responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Invoice Translate","tags":["Marketplace"],"x-category":"general","x-payment-info":{"price":{"amount":"0.011500","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/job-board-search":{"post":{"operationId":"federationResource2200","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FederationResourceInput"}}},"required":false},"responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Job Board Search","tags":["Marketplace"],"x-category":"search","x-payment-info":{"price":{"amount":"0.248401","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/job-post-translate":{"post":{"description":"Translates job descriptions, role requirements, benefits, and candidate emails, preserving acronyms and compensation numbers. Same translate-text backend.","operationId":"federationResource802","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FederationResourceInput"}}},"required":false},"responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Job Post Translate","tags":["Marketplace"],"x-category":"email","x-payment-info":{"price":{"amount":"0.011500","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/jwt-decode-254":{"post":{"description":"Decodes a JWT and inspects its claims without needing the signing key.","operationId":"federationResource254","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FederationResourceInput"}}},"required":false},"responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Jwt Decode","tags":["Marketplace"],"x-category":"code","x-payment-info":{"price":{"amount":"0.003450","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/law-trademark-search":{"get":{"description":"Search US trademarks by wordmark text, owner name, or goods/services — the text search the USPTO offers no public API for.","operationId":"federationResource3901","responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Law Trademark Search","tags":["Marketplace"],"x-category":"search","x-payment-info":{"price":{"amount":"0.002760","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/link-extract-581":{"post":{"description":"Extracts every link from a webpage: fetches the HTML URL and returns each \u003ca\u003e link with its anchor text, rel attribute, and an is_external flag.","operationId":"federationResource581","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FederationResourceInput"}}},"required":false},"responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Link Extract","tags":["Marketplace"],"x-category":"web","x-payment-info":{"price":{"amount":"0.005750","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/linkedin-banner-expand":{"post":{"description":"Expands existing photos into wide LinkedIn banner and social-profile header canvases. Same Bria Expand backend as image-expand.","operationId":"federationResource775","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FederationResourceInput"}}},"required":false},"responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Linkedin Banner Expand","tags":["Marketplace"],"x-category":"image","x-payment-info":{"price":{"amount":"0.172500","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/lists-tweets-32":{"get":{"description":"Get the latest tweets from a Twitter/X List by its numeric List ID. Returns ~100 tweets per page with pagination support.","operationId":"federationResource32","responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Lists Tweets","tags":["Marketplace"],"x-category":"blockchain","x-payment-info":{"price":{"amount":"0.011500","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/llm-research":{"post":{"operationId":"federationResource958","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FederationResourceInput"}}},"required":false},"responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Llm Research","tags":["Marketplace"],"x-category":"search","x-payment-info":{"price":{"amount":"0.115000","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/markdown-scraper-2616":{"get":{"operationId":"federationResource2616","responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Markdown Scraper","tags":["Marketplace"],"x-category":"web","x-payment-info":{"price":{"amount":"0.011500","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/market-news-sentiment":{"post":{"description":"Classifies supplied market news commentary or headlines as positive, negative, mixed, or neutral with confidence. Classification only, not investment advice.","operationId":"federationResource804","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FederationResourceInput"}}},"required":false},"responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Market News Sentiment","tags":["Marketplace"],"x-category":"general","x-payment-info":{"price":{"amount":"0.011500","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/marketing-copy-translate":{"post":{"description":"Translates landing pages, ads, lifecycle emails, and social copy while preserving brand names and URLs. Same backend as translate-text.","operationId":"federationResource98","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FederationResourceInput"}}},"required":false},"responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Marketing Copy Translate","tags":["Marketplace"],"x-category":"email","x-payment-info":{"price":{"amount":"0.011500","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/marketplace-listing-translate":{"post":{"description":"Translates marketplace listings: titles, bullet points, sizing notes, shipping terms, and product descriptions, preserving SKUs and units. Same translate-text backend.","operationId":"federationResource803","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FederationResourceInput"}}},"required":false},"responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Marketplace Listing Translate","tags":["Marketplace"],"x-category":"general","x-payment-info":{"price":{"amount":"0.011500","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/medical-intake-translate":{"post":{"description":"Translates patient intake notes, appointment messages, and care-navigation copy, preserving dates, names, units, and medication strings. Not medical advice.","operationId":"federationResource821","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FederationResourceInput"}}},"required":false},"responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Medical Intake Translate","tags":["Marketplace"],"x-category":"general","x-payment-info":{"price":{"amount":"0.011500","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/merge-pdf":{"post":{"description":"Combines 2-50 input PDFs from URLs into one PDF, preserving bookmarks. CloudConvert engine. Use it as a PDF merger to concatenate PDF files or join multiple PDFs into one.","operationId":"federationResource117","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FederationResourceInput"}}},"required":false},"responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Merge Pdf","tags":["Marketplace"],"x-category":"document","x-payment-info":{"price":{"amount":"0.011500","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/meta-extract":{"post":{"operationId":"federationResource2195","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FederationResourceInput"}}},"required":false},"responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Meta Extract","tags":["Marketplace"],"x-category":"general","x-payment-info":{"price":{"amount":"0.037260","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/minerva-person-search":{"post":{"operationId":"federationResource3411","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FederationResourceInput"}}},"required":false},"responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Minerva Person Search","tags":["Marketplace"],"x-category":"search","x-payment-info":{"price":{"amount":"0.046000","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/news-hn-search":{"get":{"description":"Full-text search across all of Hacker News (via the Algolia HN API). Search stories or comments by keyword, sorted by relevance or by date (newest first).","operationId":"federationResource3938","responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"News Hn Search","tags":["Marketplace"],"x-category":"search","x-payment-info":{"price":{"amount":"0.001380","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/news-hn-top":{"get":{"description":"Hacker News feed of items. Pass kind = top (default) | new | best | ask | show | job to pick the feed.","operationId":"federationResource3939","responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"News Hn Top","tags":["Marketplace"],"x-category":"general","x-payment-info":{"price":{"amount":"0.001380","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/news-recaps":{"get":{"operationId":"federationResource988","responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"News Recaps","tags":["Marketplace"],"x-category":"general","x-payment-info":{"price":{"amount":"0.002300","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/news-search-740":{"post":{"description":"News search API / GDELT article search / public news feed lookup.","operationId":"federationResource740","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FederationResourceInput"}}},"required":false},"responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"News Search","tags":["Marketplace"],"x-category":"search","x-payment-info":{"price":{"amount":"0.005750","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/newsletter-image-generate":{"post":{"description":"Generates SFW newsletter artwork, digest headers, and publication graphics. Same image-generate backend.","operationId":"federationResource796","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FederationResourceInput"}}},"required":false},"responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Newsletter Image Generate","tags":["Marketplace"],"x-category":"image","x-payment-info":{"price":{"amount":"0.011500","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/nft-token-metadata":{"post":{"operationId":"federationResource2530","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FederationResourceInput"}}},"required":false},"responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Nft Token Metadata","tags":["Marketplace"],"x-category":"blockchain","x-payment-info":{"price":{"amount":"0.001294","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/nonprofit-search":{"get":{"description":"US 501(c) nonprofit organization search. Lookup by 9-digit EIN (with or without hyphen), free-text name, 2-letter state, NTEE category code (e.g.","operationId":"federationResource3943","responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Nonprofit Search","tags":["Marketplace"],"x-category":"search","x-payment-info":{"price":{"amount":"0.001380","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/npm-downloads-2610":{"get":{"operationId":"federationResource2610","responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Npm Downloads","tags":["Marketplace"],"x-category":"general","x-payment-info":{"price":{"amount":"0.011500","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/npm-lookup":{"get":{"description":"Look up an npm package by name (supports scoped packages like @sentry/node).","operationId":"federationResource4000","responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Npm Lookup","tags":["Marketplace"],"x-category":"document","x-payment-info":{"price":{"amount":"0.001380","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/npm-package-stats":{"post":{"description":"Fetches the public npm registry record for a package and returns description, license, repository, latest version, total version count, recent versions with publish timestamps and…","operationId":"federationResource145","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FederationResourceInput"}}},"required":false},"responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Npm Package Stats","tags":["Marketplace"],"x-category":"general","x-payment-info":{"price":{"amount":"0.003450","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/npm-search":{"get":{"description":"Search the npm registry for JavaScript/TypeScript packages (keyless).","operationId":"federationResource3724","responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Npm Search","tags":["Marketplace"],"x-category":"search","x-payment-info":{"price":{"amount":"0.001656","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/npm-trust-pack":{"post":{"description":"Vets an npm package before install in one call: supply-chain risk score plus registry stats.","operationId":"federationResource631","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FederationResourceInput"}}},"required":false},"responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Npm Trust Pack","tags":["Marketplace"],"x-category":"general","x-payment-info":{"price":{"amount":"0.046000","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/occupation-search":{"get":{"description":"Find O*NET occupations by keyword (job title, skill, or activity). Returns ranked occupations with their SOC / O*NET-SOC code and title. CC-BY (O*NET).","operationId":"federationResource3947","responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Occupation Search","tags":["Marketplace"],"x-category":"search","x-payment-info":{"price":{"amount":"0.001150","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/ocr":{"post":{"description":"Runs OCR on scanned PDFs and image-based documents, returning clean Markdown or plain text. The Datalab Marker engine preserves layout, tables, and math. 30 pages max.","operationId":"federationResource71","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FederationResourceInput"}}},"required":false},"responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Ocr","tags":["Marketplace"],"x-category":"ocr","x-payment-info":{"price":{"amount":"0.002875","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/outcome-batch-scrape-1791":{"post":{"operationId":"federationResource1791","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FederationResourceInput"}}},"required":false},"responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Outcome Batch Scrape","tags":["Marketplace"],"x-category":"web","x-payment-info":{"price":{"amount":"0.094300","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/outcome-scrape-1793":{"post":{"operationId":"federationResource1793","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FederationResourceInput"}}},"required":false},"responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Outcome Scrape","tags":["Marketplace"],"x-category":"web","x-payment-info":{"price":{"amount":"0.048300","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/outcome-web-search-1844":{"post":{"operationId":"federationResource1844","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FederationResourceInput"}}},"required":false},"responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Outcome Web Search","tags":["Marketplace"],"x-category":"search","x-payment-info":{"price":{"amount":"0.048300","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/package-risk-npm":{"post":{"description":"Scores supply-chain risk for an npm package before you install it.","operationId":"federationResource144","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FederationResourceInput"}}},"required":false},"responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Package Risk Npm","tags":["Marketplace"],"x-category":"general","x-payment-info":{"price":{"amount":"0.034500","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/papers-search":{"get":{"description":"Unified scientific literature search across arXiv (preprints), PubMed (biomedical), and Semantic Scholar (cross-field, with citation counts).","operationId":"federationResource3950","responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Papers Search","tags":["Marketplace"],"x-category":"document","x-payment-info":{"price":{"amount":"0.002760","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/patents-search":{"get":{"description":"Search US patent applications and grants via the USPTO Open Data Portal.","operationId":"federationResource3958","responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Patents Search","tags":["Marketplace"],"x-category":"search","x-payment-info":{"price":{"amount":"0.002070","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/pdf-compress":{"post":{"description":"Shrinks PDFs to a smaller size for email or the web, with three quality levels: ebook (lowest, web-quality), printer (medium), prepress (highest, archival). CloudConvert engine.","operationId":"federationResource104","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FederationResourceInput"}}},"required":false},"responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Pdf Compress","tags":["Marketplace"],"x-category":"document","x-payment-info":{"price":{"amount":"0.005750","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/pdf-merge":{"post":{"description":"Merges 2-50 PDFs from URLs into a single PDF, preserving bookmarks. CloudConvert engine. Use it as a PDF merger, PDF combiner, or PDF concatenator.","operationId":"federationResource116","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FederationResourceInput"}}},"required":false},"responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Pdf Merge","tags":["Marketplace"],"x-category":"document","x-payment-info":{"price":{"amount":"0.011500","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/pdf-parser-api":{"post":{"description":"Parses a public PDF URL into Markdown, HTML, or JSON blocks with layout-aware text, headings, tables, and equations. Datalab Marker backend, 30 pages max.","operationId":"federationResource74","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FederationResourceInput"}}},"required":false},"responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Pdf Parser Api","tags":["Marketplace"],"x-category":"ocr","x-payment-info":{"price":{"amount":"0.002875","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/pdf-split":{"post":{"description":"PDF splitter / PDF page extractor. Two modes: page ranges (['1-3','5','7-end']) or one PDF per source page. CloudConvert engine.","operationId":"federationResource125","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FederationResourceInput"}}},"required":false},"responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Pdf Split","tags":["Marketplace"],"x-category":"document","x-payment-info":{"price":{"amount":"0.046000","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/pdf-text-extractor":{"post":{"description":"Extracts clean Markdown, HTML, or structured JSON from digital or scanned PDFs while preserving reading order, tables, and equations. Datalab Marker backend, 30 pages max.","operationId":"federationResource73","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FederationResourceInput"}}},"required":false},"responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Pdf Text Extractor","tags":["Marketplace"],"x-category":"ocr","x-payment-info":{"price":{"amount":"0.002875","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/pdf-to-markdown-63":{"post":{"description":"Convert a PDF document to clean Markdown format using AI extraction.","operationId":"federationResource63","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FederationResourceInput"}}},"required":false},"responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Pdf To Markdown","tags":["Marketplace"],"x-category":"document","x-payment-info":{"price":{"amount":"0.002875","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/pdf-to-markdown-api":{"post":{"description":"Converts a public PDF URL into clean Markdown, HTML, or structured JSON while preserving headings, tables, equations, and reading order. Datalab Marker backend, 30 pages max.","operationId":"federationResource72","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FederationResourceInput"}}},"required":false},"responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Pdf To Markdown Api","tags":["Marketplace"],"x-category":"ocr","x-payment-info":{"price":{"amount":"0.002875","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/pdf-to-text":{"post":{"description":"Extracts text from digital or scanned PDFs, preserving reading order across multi-column layouts with an AI + OCR pipeline (Datalab Marker).","operationId":"federationResource69","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FederationResourceInput"}}},"required":false},"responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Pdf To Text","tags":["Marketplace"],"x-category":"ocr","x-payment-info":{"price":{"amount":"0.002875","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/pdf-to-text-api":{"post":{"description":"Extracts text from digital and scanned PDFs as Markdown, plain text, HTML, or JSON with layout-aware reading order. Same Datalab Marker-backed handler as pdf-to-text.","operationId":"federationResource764","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FederationResourceInput"}}},"required":false},"responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Pdf To Text Api","tags":["Marketplace"],"x-category":"ocr","x-payment-info":{"price":{"amount":"0.002875","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/pdf-watermark":{"post":{"description":"Overlays a text or image watermark on PDFs, PNG/JPG/GIF images, or MP4/MOV/WEBM videos. Configurable position, opacity, font, rotation, and margin. CloudConvert engine.","operationId":"federationResource88","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FederationResourceInput"}}},"required":false},"responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Pdf Watermark","tags":["Marketplace"],"x-category":"document","x-payment-info":{"price":{"amount":"0.023000","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/people-search":{"post":{"description":"Searches for a person from caller-supplied identifiers and returns a normalized public-data record.","operationId":"federationResource231","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FederationResourceInput"}}},"required":false},"responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"People Search","tags":["Marketplace"],"x-category":"search","x-payment-info":{"price":{"amount":"0.011500","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/person-search-get":{"post":{"operationId":"federationResource3412","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FederationResourceInput"}}},"required":false},"responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Person Search Get","tags":["Marketplace"],"x-category":"search","x-payment-info":{"price":{"amount":"0.011500","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/pm-search":{"get":{"operationId":"federationResource3588","responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Pm Search","tags":["Marketplace"],"x-category":"search","x-payment-info":{"price":{"amount":"0.001150","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/pnl-summary-1211":{"post":{"operationId":"federationResource1211","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FederationResourceInput"}}},"required":false},"responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Pnl Summary","tags":["Marketplace"],"x-category":"general","x-payment-info":{"price":{"amount":"0.011500","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/podcast-cover-image-generate":{"post":{"description":"Generates SFW podcast cover art: square cover concepts, guest episode art, channel thumbnails, and audio-show campaign visuals. Same Venice-backed image-generate backend.","operationId":"federationResource792","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FederationResourceInput"}}},"required":false},"responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Podcast Cover Image Generate","tags":["Marketplace"],"x-category":"image","x-payment-info":{"price":{"amount":"0.011500","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/polymarket-search":{"post":{"description":"Searches Polymarket prediction markets by question, description, and slug over the returned market page, with optional category/tag/liquidity filters.","operationId":"federationResource562","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FederationResourceInput"}}},"required":false},"responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Polymarket Search","tags":["Marketplace"],"x-category":"search","x-payment-info":{"price":{"amount":"0.005750","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/pools-search":{"get":{"operationId":"federationResource992","responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Pools Search","tags":["Marketplace"],"x-category":"search","x-payment-info":{"price":{"amount":"0.001150","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/predict-leaderboard":{"get":{"description":"Polymarket smart-wallet leaderboard: top traders ranked by realized volume or profit (P\u0026L). Choose the time window (1d/7d/30d/all) and rankBy (vol/pnl); cap with limit.","operationId":"federationResource3971","responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Predict Leaderboard","tags":["Marketplace"],"x-category":"blockchain","x-payment-info":{"price":{"amount":"0.005520","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/predict-search":{"get":{"description":"Cross-venue prediction-market keyword search across Polymarket, Kalshi, and Limitless Exchange in one call.","operationId":"federationResource3980","responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Predict Search","tags":["Marketplace"],"x-category":"search","x-payment-info":{"price":{"amount":"0.005520","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/presentation-hero-image-generate":{"post":{"description":"Generates SFW presentation visuals: deck openers, product narrative visuals, and board-slide hero images. Same image-generate backend.","operationId":"federationResource795","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FederationResourceInput"}}},"required":false},"responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Presentation Hero Image Generate","tags":["Marketplace"],"x-category":"image","x-payment-info":{"price":{"amount":"0.011500","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/product-image-generate":{"post":{"description":"Generates product images for ecommerce: SFW product concepts, studio-style mockups, and catalog creative from prompts. Same fast Venice-backed backend as image-generate.","operationId":"federationResource533","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FederationResourceInput"}}},"required":false},"responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Product Image Generate","tags":["Marketplace"],"x-category":"image","x-payment-info":{"price":{"amount":"0.011500","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/product-localization-translate":{"post":{"description":"Translates product descriptions, SKUs, feature bullets, and launch copy while preserving Markdown, code, URLs, and product names.","operationId":"federationResource96","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FederationResourceInput"}}},"required":false},"responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Product Localization Translate","tags":["Marketplace"],"x-category":"code","x-payment-info":{"price":{"amount":"0.011500","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/product-search-589":{"post":{"description":"Searches shopping results for a product query (and optional retailer), returning ranked results with product title, buy link, retailer domain, snippet, and any detected price.","operationId":"federationResource589","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FederationResourceInput"}}},"required":false},"responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Product Search","tags":["Marketplace"],"x-category":"search","x-payment-info":{"price":{"amount":"0.023000","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/properties-search":{"post":{"operationId":"federationResource2867","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FederationResourceInput"}}},"required":false},"responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Properties Search","tags":["Marketplace"],"x-category":"search","x-payment-info":{"price":{"amount":"0.011500","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/public-post-search":{"post":{"description":"Searches recent public posts on X/Twitter with public metrics and author expansion.","operationId":"federationResource185","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FederationResourceInput"}}},"required":false},"responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Public Post Search","tags":["Marketplace"],"x-category":"search","x-payment-info":{"price":{"amount":"0.011500","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/pubmed-search":{"post":{"description":"Searches PubMed for biomedical literature by free-text query, with optional date range and sort (relevance / pub_date / first_author).","operationId":"federationResource312","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FederationResourceInput"}}},"required":false},"responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Pubmed Search","tags":["Marketplace"],"x-category":"search","x-payment-info":{"price":{"amount":"0.011500","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/qr-code-476":{"post":{"description":"Reads one or more QR codes from a public PNG, JPG, GIF, BMP, or SVG-rendered image URL and returns the decoded text strings.","operationId":"federationResource476","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FederationResourceInput"}}},"required":false},"responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Qr Code","tags":["Marketplace"],"x-category":"qr","x-payment-info":{"price":{"amount":"0.005750","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/qr-maker":{"post":{"description":"Makes a QR code from text, URL, vCard, WiFi join string, or plain text and returns it as PNG or SVG. Use it as a QR maker API, QR code maker, URL-to-QR, or text-to-QR tool.","operationId":"federationResource473","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FederationResourceInput"}}},"required":false},"responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Qr Maker","tags":["Marketplace"],"x-category":"qr","x-payment-info":{"price":{"amount":"0.001150","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/quote-tweets-40":{"get":{"description":"Get a list of tweets that quote a specific tweet. Returns paginated quote tweets with author profiles for a given tweet ID.","operationId":"federationResource40","responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Quote Tweets","tags":["Marketplace"],"x-category":"blockchain","x-payment-info":{"price":{"amount":"0.011500","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/qwen-image-542":{"post":{"description":"Generates SFW images with Venice's qwen-image model on a dedicated endpoint.","operationId":"federationResource542","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FederationResourceInput"}}},"required":false},"responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Qwen Image","tags":["Marketplace"],"x-category":"image","x-payment-info":{"price":{"amount":"0.046000","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/real-estate-ad-image-generate":{"post":{"description":"Generates SFW real estate ad visuals: property marketing imagery, neighborhood concept art, open-house ads, and listing campaign backgrounds. Same image-generate backend.","operationId":"federationResource816","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FederationResourceInput"}}},"required":false},"responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Real Estate Ad Image Generate","tags":["Marketplace"],"x-category":"image","x-payment-info":{"price":{"amount":"0.011500","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/real-estate-listing-translate":{"post":{"description":"Translates real estate listings: property descriptions, amenities, neighborhood blurbs, and buyer messages. Same backend as translate-text.","operationId":"federationResource782","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FederationResourceInput"}}},"required":false},"responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Real Estate Listing Translate","tags":["Marketplace"],"x-category":"general","x-payment-info":{"price":{"amount":"0.011500","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/receipt-ocr":{"post":{"description":"Receipt OCR. Reads any receipt photo and returns a structured JSON object with vendor, address, date, line items (qty / unit_price / total), subtotal, tax, tip, total, and payment…","operationId":"federationResource418","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FederationResourceInput"}}},"required":false},"responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Receipt Ocr","tags":["Marketplace"],"x-category":"ocr","x-payment-info":{"price":{"amount":"0.011500","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/recent-tweet-search":{"post":{"description":"Searches recent public tweets/posts on X and returns text, timestamps, public metrics, and expanded author context.","operationId":"federationResource184","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FederationResourceInput"}}},"required":false},"responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Recent Tweet Search","tags":["Marketplace"],"x-category":"search","x-payment-info":{"price":{"amount":"0.011500","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/recreation-search":{"get":{"description":"Search the Recreation Information Database (RIDB) — the single source of truth for federal recreation lands and programs across NPS, USFS, BLM, USACE, BOR, FWS, NARA.","operationId":"federationResource3999","responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Recreation Search","tags":["Marketplace"],"x-category":"search","x-payment-info":{"price":{"amount":"0.001380","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/reddit-get-1012":{"post":{"operationId":"federationResource1012","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FederationResourceInput"}}},"required":false},"responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Reddit Get","tags":["Marketplace"],"x-category":"general","x-payment-info":{"price":{"amount":"0.017250","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/reddit-search-1011":{"post":{"operationId":"federationResource1011","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FederationResourceInput"}}},"required":false},"responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Reddit Search","tags":["Marketplace"],"x-category":"search","x-payment-info":{"price":{"amount":"0.011500","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/research-author":{"get":{"description":"Resolve a researcher by ORCID iD. Pass orcid (e.g. 0000-0002-1825-0097, with or without the https://orcid.org/ prefix).","operationId":"federationResource4002","responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Research Author","tags":["Marketplace"],"x-category":"search","x-payment-info":{"price":{"amount":"0.001380","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/research-funding":{"get":{"description":"Search US federal biomedical research grants via NIH RePORTER.","operationId":"federationResource4003","responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Research Funding","tags":["Marketplace"],"x-category":"search","x-payment-info":{"price":{"amount":"0.002070","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/research-org":{"get":{"description":"Resolve a research organization via the Research Organization Registry (ROR). Pass id (a ROR id like 056y0v115 or its full URL) to fetch one org, or name to search by free text.","operationId":"federationResource4004","responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Research Org","tags":["Marketplace"],"x-category":"search","x-payment-info":{"price":{"amount":"0.001380","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/restaurant-menu-image-generate":{"post":{"description":"Generates SFW restaurant imagery: dish concepts, menu hero visuals, and local restaurant ad creative. Same image-generate backend.","operationId":"federationResource772","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FederationResourceInput"}}},"required":false},"responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Restaurant Menu Image Generate","tags":["Marketplace"],"x-category":"image","x-payment-info":{"price":{"amount":"0.011500","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/retweeted-by":{"get":{"description":"Get the list of Twitter/X users who reposted a specific tweet. Returns paginated user profiles for a given tweet ID.","operationId":"federationResource43","responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Retweeted By","tags":["Marketplace"],"x-category":"blockchain","x-payment-info":{"price":{"amount":"0.011500","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/rss-from-anything":{"post":{"description":"RSS feed generator / HTML to RSS converter. Auto-detects article items on any HTML page, OR pass CSS selectors. RSS 2.0 output. For sites that don't publish a feed.","operationId":"federationResource134","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FederationResourceInput"}}},"required":false},"responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Rss From Anything","tags":["Marketplace"],"x-category":"general","x-payment-info":{"price":{"amount":"0.046000","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/saas-ui-translate":{"post":{"description":"Translates SaaS UI copy: button labels, settings copy, onboarding text, and interface microcopy, preserving placeholders. Same backend as translate-text.","operationId":"federationResource778","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FederationResourceInput"}}},"required":false},"responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Saas Ui Translate","tags":["Marketplace"],"x-category":"general","x-payment-info":{"price":{"amount":"0.011500","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/sales-search":{"post":{"operationId":"federationResource2868","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FederationResourceInput"}}},"required":false},"responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Sales Search","tags":["Marketplace"],"x-category":"search","x-payment-info":{"price":{"amount":"0.011500","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/scout-github-1406":{"post":{"operationId":"federationResource1406","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FederationResourceInput"}}},"required":false},"responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Scout Github","tags":["Marketplace"],"x-category":"code","x-payment-info":{"price":{"amount":"0.011500","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/scout-github-repo-1407":{"post":{"operationId":"federationResource1407","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FederationResourceInput"}}},"required":false},"responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Scout Github Repo","tags":["Marketplace"],"x-category":"code","x-payment-info":{"price":{"amount":"0.011500","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/scrape-286":{"post":{"description":"Scrape any webpage. Pulls title, description, canonical URL, OpenGraph + Twitter card metadata, headings, and outbound links from a single URL. Server-side rendering.","operationId":"federationResource286","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FederationResourceInput"}}},"required":false},"responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Scrape","tags":["Marketplace"],"x-category":"web","x-payment-info":{"price":{"amount":"0.046000","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/scrape-extract":{"post":{"operationId":"federationResource3242","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FederationResourceInput"}}},"required":false},"responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Scrape Extract","tags":["Marketplace"],"x-category":"web","x-payment-info":{"price":{"amount":"0.005750","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/scrape-to-json":{"post":{"description":"Turn any webpage into structured JSON that matches your schema.","operationId":"federationResource582","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FederationResourceInput"}}},"required":false},"responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Scrape To Json","tags":["Marketplace"],"x-category":"search","x-payment-info":{"price":{"amount":"0.023000","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/scrape-url":{"post":{"description":"Scrape any URL and return clean text/HTML content. Supports JavaScript rendering.","operationId":"federationResource53","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FederationResourceInput"}}},"required":false},"responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Scrape Url","tags":["Marketplace"],"x-category":"web","x-payment-info":{"price":{"amount":"0.002875","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/scrape-website":{"post":{"description":"Scrapes any webpage and pulls title, description, canonical URL, OpenGraph + Twitter card metadata, headings, and outbound links from a single URL.","operationId":"federationResource118","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FederationResourceInput"}}},"required":false},"responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Scrape Website","tags":["Marketplace"],"x-category":"web","x-payment-info":{"price":{"amount":"0.046000","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/search-593":{"post":{"description":"Returns ranked Google web search results for a query, with title, URL, snippet, domain, and optional recency filter. Uses Decodo Google Search.","operationId":"federationResource593","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FederationResourceInput"}}},"required":false},"responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Search","tags":["Marketplace"],"x-category":"search","x-payment-info":{"price":{"amount":"0.011500","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/search-ai":{"get":{"description":"AI web search optimized for agents. Returns ranked results with the relevant extracted content of each page (not just a link + blurb), plus a relevance score.","operationId":"federationResource4008","responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Search Ai","tags":["Marketplace"],"x-category":"search","x-payment-info":{"price":{"amount":"0.020700","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/search-code":{"get":{"description":"Search code across GitHub with the code-search syntax (e.g. 'defineEndpoint repo:AlleyFord/2s' or 'addEventListener language:js').","operationId":"federationResource3808","responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Search Code","tags":["Marketplace"],"x-category":"search","x-payment-info":{"price":{"amount":"0.001150","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/search-delete-1849":{"post":{"operationId":"federationResource1849","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FederationResourceInput"}}},"required":false},"responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Search Delete","tags":["Marketplace"],"x-category":"search","x-payment-info":{"price":{"amount":"0.013800","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/search-endpoints":{"get":{"description":"Find the right 2s endpoint for a task using natural language. Pass q (e.g.","operationId":"federationResource4010","responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Search Endpoints","tags":["Marketplace"],"x-category":"search","x-payment-info":{"price":{"amount":"0.001150","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/search-extract":{"post":{"description":"Extract clean, LLM-ready content from up to 5 URLs in one call. POST { urls[], depth? }.","operationId":"federationResource4011","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FederationResourceInput"}}},"required":false},"responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Search Extract","tags":["Marketplace"],"x-category":"search","x-payment-info":{"price":{"amount":"0.020700","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/search-lite-1843":{"post":{"operationId":"federationResource1843","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FederationResourceInput"}}},"required":false},"responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Search Lite","tags":["Marketplace"],"x-category":"search","x-payment-info":{"price":{"amount":"0.048300","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/search-query-1846":{"post":{"operationId":"federationResource1846","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FederationResourceInput"}}},"required":false},"responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Search Query","tags":["Marketplace"],"x-category":"search","x-payment-info":{"price":{"amount":"0.023000","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/search-repos":{"get":{"description":"Search GitHub repositories with the full query syntax (e.g. 'x402 language:typescript stars:\u003e100'). Sort by stars/forks/updated.","operationId":"federationResource3809","responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Search Repos","tags":["Marketplace"],"x-category":"search","x-payment-info":{"price":{"amount":"0.001150","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/search-site":{"post":{"description":"Site/domain-scoped web search via Google results. Pass a normal query or include site:example.com to restrict results to a domain. Same backend as web-search.","operationId":"federationResource586","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FederationResourceInput"}}},"required":false},"responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Search Site","tags":["Marketplace"],"x-category":"search","x-payment-info":{"price":{"amount":"0.011500","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/search-upsert-1847":{"post":{"operationId":"federationResource1847","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FederationResourceInput"}}},"required":false},"responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Search Upsert","tags":["Marketplace"],"x-category":"search","x-payment-info":{"price":{"amount":"0.028750","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/search-web-596":{"post":{"description":"Ranked Google results with snippets and domains from Decodo Google Search.","operationId":"federationResource596","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FederationResourceInput"}}},"required":false},"responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Search Web","tags":["Marketplace"],"x-category":"search","x-payment-info":{"price":{"amount":"0.011500","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/search-web-fetch":{"post":{"operationId":"federationResource1217","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FederationResourceInput"}}},"required":false},"responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Search Web Fetch","tags":["Marketplace"],"x-category":"search","x-payment-info":{"price":{"amount":"0.011500","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/serp-search":{"post":{"description":"Ranked Google search results with title, URL, snippet, and domain from Decodo Google Search. A SERP API intended for routers that need source discovery without LLM synthesis.","operationId":"federationResource594","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FederationResourceInput"}}},"required":false},"responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Serp Search","tags":["Marketplace"],"x-category":"search","x-payment-info":{"price":{"amount":"0.011500","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/shop-search":{"post":{"description":"Shopping search API (alias of product-search). Find products and buy links for a query with title, buy link, retailer, snippet, and detected price.","operationId":"federationResource590","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FederationResourceInput"}}},"required":false},"responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Shop Search","tags":["Marketplace"],"x-category":"search","x-payment-info":{"price":{"amount":"0.023000","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/site-search":{"post":{"description":"Searches the public web, or a specific site/domain when the query includes a site: filter, returning ranked Google results with title, URL, snippet, and domain.","operationId":"federationResource585","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FederationResourceInput"}}},"required":false},"responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Site Search","tags":["Marketplace"],"x-category":"search","x-payment-info":{"price":{"amount":"0.011500","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/smart-search-4219":{"get":{"description":"Smart, auto-routed research paper search. A broad field term is grounded against the OpenAlex taxonomy and returned as a coherent field cluster; a natural-language question runs…","operationId":"federationResource4219","responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Smart Search","tags":["Marketplace"],"x-category":"search","x-payment-info":{"price":{"amount":"0.023000","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/social-image-generate":{"post":{"description":"Generates SFW social images in square, portrait, and landscape sizes from prompts. Same backend as image-generate.","operationId":"federationResource536","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FederationResourceInput"}}},"required":false},"responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Social Image Generate","tags":["Marketplace"],"x-category":"image","x-payment-info":{"price":{"amount":"0.011500","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/social-image-pack":{"post":{"description":"Creates a social-ready visual package in one call: generated image, caption, and keyword ideas.","operationId":"federationResource723","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FederationResourceInput"}}},"required":false},"responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Social Image Pack","tags":["Marketplace"],"x-category":"image","x-payment-info":{"price":{"amount":"0.046000","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/sos-search":{"get":{"description":"Search state Secretary-of-State business registries, normalized to one schema across states. Currently supported: NY (active corporations + LLCs), CO (all entities incl.","operationId":"federationResource3646","responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Sos Search","tags":["Marketplace"],"x-category":"search","x-payment-info":{"price":{"amount":"0.003312","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/split-pdf":{"post":{"description":"Splits a PDF by page ranges into multiple PDFs. CloudConvert engine. Use it as a PDF splitter, PDF page extractor, split-PDF-by-range tool, or PDF to multiple files converter.","operationId":"federationResource126","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FederationResourceInput"}}},"required":false},"responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Split Pdf","tags":["Marketplace"],"x-category":"document","x-payment-info":{"price":{"amount":"0.046000","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/stackoverflow-search":{"get":{"description":"Search Stack Overflow questions (keyless). Each result: title, link, score, answer count, answered flag, view count, tags, creation date, and question id.","operationId":"federationResource3728","responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Stackoverflow Search","tags":["Marketplace"],"x-category":"search","x-payment-info":{"price":{"amount":"0.001656","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/stock-news":{"post":{"description":"Stock news / equities headlines (alias of stocks-news). GDELT-backed public news with a GNews fallback when configured on stocks, earnings, IPOs, the Fed, and macro with…","operationId":"federationResource139","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FederationResourceInput"}}},"required":false},"responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Stock News","tags":["Marketplace"],"x-category":"general","x-payment-info":{"price":{"amount":"0.005750","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/stocks-company-news":{"get":{"description":"Recent news articles about a specific US-listed company. Pass ticker and optionally a from/to date window (YYYY-MM-DD; defaults to the last 14 days); returns headlines with…","operationId":"federationResource4053","responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Stocks Company News","tags":["Marketplace"],"x-category":"image","x-payment-info":{"price":{"amount":"0.001150","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/stocks-news":{"post":{"description":"Fetches recent stock market news on equities, earnings, IPOs, the Fed, and macro from GDELT with a GNews fallback when configured, returning headline metadata with sentiment and…","operationId":"federationResource138","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FederationResourceInput"}}},"required":false},"responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Stocks News","tags":["Marketplace"],"x-category":"blockchain","x-payment-info":{"price":{"amount":"0.005750","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/story-search":{"post":{"description":"Story and news search across Hacker News and the open web in one call.","operationId":"federationResource609","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FederationResourceInput"}}},"required":false},"responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Story Search","tags":["Marketplace"],"x-category":"search","x-payment-info":{"price":{"amount":"0.028750","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/summarize-276":{"post":{"description":"Summarize text into TLDR, bullets, paragraph, or executive summary. Up to 30k chars input. Mistral-powered. Adjustable length, tone, and structure.","operationId":"federationResource276","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FederationResourceInput"}}},"required":false},"responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Summarize","tags":["Marketplace"],"x-category":"general","x-payment-info":{"price":{"amount":"0.011500","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/summarize-text-64":{"post":{"description":"Summarize long text into concise key points using AI.","operationId":"federationResource64","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FederationResourceInput"}}},"required":false},"responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Summarize Text","tags":["Marketplace"],"x-category":"general","x-payment-info":{"price":{"amount":"0.002875","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/support-ticket-translate":{"post":{"description":"Translates support tickets, replies, and customer feedback while preserving formatting and technical identifiers. Same backend as translate-text, exposed for support workflows.","operationId":"federationResource97","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FederationResourceInput"}}},"required":false},"responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Support Ticket Translate","tags":["Marketplace"],"x-category":"general","x-payment-info":{"price":{"amount":"0.011500","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/tavily-search-1852":{"post":{"operationId":"federationResource1852","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FederationResourceInput"}}},"required":false},"responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Tavily Search","tags":["Marketplace"],"x-category":"search","x-payment-info":{"price":{"amount":"0.048300","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/technical-docs-translate":{"post":{"description":"Translates developer documentation with code-aware handling that preserves Markdown, code blocks, API identifiers, URLs, and file paths. Same backend as translate-text.","operationId":"federationResource99","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FederationResourceInput"}}},"required":false},"responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Technical Docs Translate","tags":["Marketplace"],"x-category":"code","x-payment-info":{"price":{"amount":"0.011500","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/telegram-get-3595":{"post":{"operationId":"federationResource3595","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FederationResourceInput"}}},"required":false},"responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Telegram Get","tags":["Marketplace"],"x-category":"general","x-payment-info":{"price":{"amount":"0.005750","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/telegram-search-3596":{"post":{"operationId":"federationResource3596","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FederationResourceInput"}}},"required":false},"responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Telegram Search","tags":["Marketplace"],"x-category":"search","x-payment-info":{"price":{"amount":"0.011500","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/tiktok-shop-3046":{"post":{"description":"TikTok Shop products + discovery by keyword/category/shop.","operationId":"federationResource3046","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FederationResourceInput"}}},"required":false},"responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Tiktok Shop","tags":["Marketplace"],"x-category":"general","x-payment-info":{"price":{"amount":"0.002587","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/tools-instagram-3043":{"post":{"description":"Instagram profiles, posts, reels, comments — 8 modes.","operationId":"federationResource3043","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FederationResourceInput"}}},"required":false},"responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Tools Instagram","tags":["Marketplace"],"x-category":"general","x-payment-info":{"price":{"amount":"0.002587","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/tools-linkedin-3044":{"post":{"description":"LinkedIn people, companies, posts, job listings, people search.","operationId":"federationResource3044","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FederationResourceInput"}}},"required":false},"responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Tools Linkedin","tags":["Marketplace"],"x-category":"search","x-payment-info":{"price":{"amount":"0.002587","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/tools-tiktok-3045":{"post":{"description":"TikTok profiles, posts, comments, fast-API feeds, search discovery.","operationId":"federationResource3045","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FederationResourceInput"}}},"required":false},"responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Tools Tiktok","tags":["Marketplace"],"x-category":"search","x-payment-info":{"price":{"amount":"0.002587","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/tools-youtube-3047":{"post":{"description":"YouTube videos, channels, and comments — 10 modes.","operationId":"federationResource3047","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FederationResourceInput"}}},"required":false},"responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Tools Youtube","tags":["Marketplace"],"x-category":"video","x-payment-info":{"price":{"amount":"0.002587","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/topic-search-4218":{"get":{"description":"Field and topic search for research papers. Give a broad field name or short phrase (like 'crispr' or 'exercise science') and get a coherent, taxonomy-grounded seed cluster: the…","operationId":"federationResource4218","responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Topic Search","tags":["Marketplace"],"x-category":"search","x-payment-info":{"price":{"amount":"0.023000","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/trademark-search":{"post":{"description":"Looks up any US trademark by serial number or registration number via the federal public TSDR API. Returns mark text, owner, status, filing date, classes, and goods/services.","operationId":"federationResource439","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FederationResourceInput"}}},"required":false},"responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Trademark Search","tags":["Marketplace"],"x-category":"search","x-payment-info":{"price":{"amount":"0.034500","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/translate-277":{"post":{"description":"AI translator. 100+ languages. Auto-detect source. ISO codes or names. Native fluency. Preserves Markdown / code / URLs.","operationId":"federationResource277","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FederationResourceInput"}}},"required":false},"responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Translate","tags":["Marketplace"],"x-category":"code","x-payment-info":{"price":{"amount":"0.005750","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/translate-text":{"post":{"description":"AI translator — 100+ languages, native-fluent. Auto-detects source. ISO codes or language names. Configurable formality (casual/formal/neutral). Preserves Markdown / code / URLs.","operationId":"federationResource95","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FederationResourceInput"}}},"required":false},"responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Translate Text","tags":["Marketplace"],"x-category":"code","x-payment-info":{"price":{"amount":"0.011500","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/travel-listing-translate":{"post":{"description":"Translates travel and hospitality copy: lodging descriptions, itinerary copy, amenities, and guest messages. Same backend as translate-text.","operationId":"federationResource779","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FederationResourceInput"}}},"required":false},"responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Travel Listing Translate","tags":["Marketplace"],"x-category":"general","x-payment-info":{"price":{"amount":"0.011500","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/trial-search":{"get":{"description":"Search ClinicalTrials.gov — every registered US (and many international) clinical study (~500k trials).","operationId":"federationResource3662","responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Trial Search","tags":["Marketplace"],"x-category":"search","x-payment-info":{"price":{"amount":"0.001380","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/tweet-lookup":{"post":{"description":"Looks up tweets by ID and returns public text, timestamps, metrics, language, and expanded author profiles. Same read-only X API v2 backend as tweets; accepts tweet_ids or ids.","operationId":"federationResource179","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FederationResourceInput"}}},"required":false},"responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Tweet Lookup","tags":["Marketplace"],"x-category":"general","x-payment-info":{"price":{"amount":"0.011500","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/tweet-quote-tweets":{"post":{"operationId":"federationResource2854","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FederationResourceInput"}}},"required":false},"responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Tweet Quote Tweets","tags":["Marketplace"],"x-category":"general","x-payment-info":{"price":{"amount":"0.575000","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/tweet-retweeted-by":{"post":{"operationId":"federationResource2856","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FederationResourceInput"}}},"required":false},"responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Tweet Retweeted By","tags":["Marketplace"],"x-category":"general","x-payment-info":{"price":{"amount":"0.575000","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/tweet-retweets":{"post":{"operationId":"federationResource2855","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FederationResourceInput"}}},"required":false},"responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Tweet Retweets","tags":["Marketplace"],"x-category":"general","x-payment-info":{"price":{"amount":"0.575000","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/tweet-search-183":{"post":{"description":"Searches recent public X posts with author expansion and public metrics. Same backend as x-search, with exact tweet-search buyer wording; read-only X API v2 recent search.","operationId":"federationResource183","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FederationResourceInput"}}},"required":false},"responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Tweet Search","tags":["Marketplace"],"x-category":"search","x-payment-info":{"price":{"amount":"0.011500","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/tweet-sentiment":{"post":{"description":"Analyzes the sentiment of recent tweets matching a query. Fetches recent public X posts, excludes retweets, and returns per-tweet labels plus aggregate sentiment distribution and…","operationId":"federationResource203","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FederationResourceInput"}}},"required":false},"responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Tweet Sentiment","tags":["Marketplace"],"x-category":"search","x-payment-info":{"price":{"amount":"0.034500","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/tweets-33":{"get":{"description":"Bulk look up multiple Twitter/X tweets by their numeric tweet IDs in a single request. Each tweet includes full text, author profile, and engagement metrics.","operationId":"federationResource33","responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Tweets","tags":["Marketplace"],"x-category":"general","x-payment-info":{"price":{"amount":"0.011500","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/tweets-article-1024":{"post":{"operationId":"federationResource1024","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FederationResourceInput"}}},"required":false},"responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Tweets Article","tags":["Marketplace"],"x-category":"general","x-payment-info":{"price":{"amount":"0.005750","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/tweets-bookmark-34":{"post":{"description":"Adds a Post to the authenticated user's Bookmarks by its ID. Query params: id (string, required) - numeric tweet ID to bookmark; auth_token (string, required) - Twitter auth_token…","operationId":"federationResource34","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FederationResourceInput"}}},"required":false},"responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Tweets Bookmark","tags":["Marketplace"],"x-category":"blockchain","x-payment-info":{"price":{"amount":"0.005750","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/tweets-by-id":{"post":{"description":"Fetches public text, metrics, and author context for tweet IDs you already have. Same backend as tweets.","operationId":"federationResource180","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FederationResourceInput"}}},"required":false},"responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Tweets By Id","tags":["Marketplace"],"x-category":"general","x-payment-info":{"price":{"amount":"0.011500","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/tweets-id-35":{"get":{"description":"Look up a single Twitter/X tweet by its numeric tweet ID. Returns full tweet data including text, author profile, creation date, engagement metrics (likes, retweets, replies…","operationId":"federationResource35","responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Tweets Id","tags":["Marketplace"],"x-category":"general","x-payment-info":{"price":{"amount":"0.005750","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/tweets-like-36":{"post":{"description":"Causes the authenticated user to Like a specific Post by its ID.","operationId":"federationResource36","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FederationResourceInput"}}},"required":false},"responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Tweets Like","tags":["Marketplace"],"x-category":"blockchain","x-payment-info":{"price":{"amount":"0.005750","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/tweets-long-37":{"post":{"description":"Creates a long-form Post (Note Tweet) for the authenticated user, supporting text beyond 280 characters. Requires Twitter/X session cookies (auth_token, ct0).","operationId":"federationResource37","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FederationResourceInput"}}},"required":false},"responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Tweets Long","tags":["Marketplace"],"x-category":"blockchain","x-payment-info":{"price":{"amount":"0.005750","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/tweets-mediaupload-38":{"post":{"description":"Uploads an image to Twitter/X for the authenticated user and returns a media_id to attach to a tweet. Send the file as multipart/form-data field \"file\" (e.g.","operationId":"federationResource38","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FederationResourceInput"}}},"required":false},"responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Tweets MediaUpload","tags":["Marketplace"],"x-category":"storage","x-payment-info":{"price":{"amount":"0.005750","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/tweets-mentions-39":{"get":{"description":"Get the latest tweets that mention the authenticated user (the notifications timeline). Returns up to 20 tweets per page, most recent first, with pagination support.","operationId":"federationResource39","responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Tweets Mentions","tags":["Marketplace"],"x-category":"blockchain","x-payment-info":{"price":{"amount":"0.005750","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/tweets-quotes-1021":{"post":{"operationId":"federationResource1021","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FederationResourceInput"}}},"required":false},"responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Tweets Quotes","tags":["Marketplace"],"x-category":"general","x-payment-info":{"price":{"amount":"0.004600","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/tweets-replies-41":{"get":{"description":"Get replies to a specific Twitter/X tweet. Returns paginated reply tweets for a given tweet ID.","operationId":"federationResource41","responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Tweets Replies","tags":["Marketplace"],"x-category":"blockchain","x-payment-info":{"price":{"amount":"0.011500","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/tweets-retweet-42":{"post":{"description":"Causes the authenticated user to repost a specific Post by its ID.","operationId":"federationResource42","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FederationResourceInput"}}},"required":false},"responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Tweets Retweet","tags":["Marketplace"],"x-category":"blockchain","x-payment-info":{"price":{"amount":"0.005750","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/tweets-retweeted-by":{"post":{"operationId":"federationResource895","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FederationResourceInput"}}},"required":false},"responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Tweets Retweeted By","tags":["Marketplace"],"x-category":"general","x-payment-info":{"price":{"amount":"0.011500","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/tweets-retweeters-1022":{"post":{"operationId":"federationResource1022","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FederationResourceInput"}}},"required":false},"responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Tweets Retweeters","tags":["Marketplace"],"x-category":"general","x-payment-info":{"price":{"amount":"0.004600","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/tweets-search-44":{"get":{"description":"Search Twitter/X tweets with advanced filters. Returns up to 20 tweets per page, most recent first, with pagination. At least one filter required.","operationId":"federationResource44","responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Tweets Search","tags":["Marketplace"],"x-category":"search","x-payment-info":{"price":{"amount":"0.005750","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/tweets-thread-1023":{"post":{"operationId":"federationResource1023","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FederationResourceInput"}}},"required":false},"responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Tweets Thread","tags":["Marketplace"],"x-category":"general","x-payment-info":{"price":{"amount":"0.004600","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/tweets-user-45":{"get":{"description":"Get the latest tweets (timeline) from a specific Twitter/X user by their username. Returns up to 20 tweets per page sorted by most recent first, with pagination support.","operationId":"federationResource45","responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Tweets User","tags":["Marketplace"],"x-category":"general","x-payment-info":{"price":{"amount":"0.011500","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/twitter-4203":{"get":{"description":"X / Twitter reader. Tweet search, user-timeline reads, and trending topics from X (Twitter) for social listening and intel.","operationId":"federationResource4203","responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Twitter","tags":["Marketplace"],"x-category":"search","x-payment-info":{"price":{"amount":"0.057500","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/twitter-counts":{"post":{"operationId":"federationResource2857","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FederationResourceInput"}}},"required":false},"responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Twitter Counts","tags":["Marketplace"],"x-category":"general","x-payment-info":{"price":{"amount":"0.013800","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/twitter-get-1010":{"post":{"operationId":"federationResource1010","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FederationResourceInput"}}},"required":false},"responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Twitter Get","tags":["Marketplace"],"x-category":"general","x-payment-info":{"price":{"amount":"0.005750","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/twitter-lists-members-1035":{"post":{"operationId":"federationResource1035","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FederationResourceInput"}}},"required":false},"responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Twitter Lists Members","tags":["Marketplace"],"x-category":"general","x-payment-info":{"price":{"amount":"0.004600","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/twitter-lists-tweets-1034":{"post":{"operationId":"federationResource1034","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FederationResourceInput"}}},"required":false},"responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Twitter Lists Tweets","tags":["Marketplace"],"x-category":"general","x-payment-info":{"price":{"amount":"0.004600","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/twitter-search-59":{"post":{"description":"Search Twitter/X for tweets matching a query.","operationId":"federationResource59","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FederationResourceInput"}}},"required":false},"responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Twitter Search","tags":["Marketplace"],"x-category":"search","x-payment-info":{"price":{"amount":"0.002875","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/twitter-sentiment":{"post":{"description":"Searches recent public X posts for a query and scores each tweet's sentiment, returning tweet-level scores plus aggregate positive/neutral/negative distribution and average score.","operationId":"federationResource175","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FederationResourceInput"}}},"required":false},"responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Twitter Sentiment","tags":["Marketplace"],"x-category":"search","x-payment-info":{"price":{"amount":"0.034500","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/twitter-sentiment-api":{"post":{"description":"Analyzes Twitter/X sentiment by searching recent posts and scoring sentiment, polarity, volume, and sample post context when X API credentials are configured.","operationId":"federationResource768","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FederationResourceInput"}}},"required":false},"responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Twitter Sentiment Api","tags":["Marketplace"],"x-category":"search","x-payment-info":{"price":{"amount":"0.034500","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/twitter-summary":{"get":{"operationId":"federationResource946","responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Twitter Summary","tags":["Marketplace"],"x-category":"general","x-payment-info":{"price":{"amount":"0.001150","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/twitter-trends-1036":{"post":{"operationId":"federationResource1036","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FederationResourceInput"}}},"required":false},"responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Twitter Trends","tags":["Marketplace"],"x-category":"general","x-payment-info":{"price":{"amount":"0.001150","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/twitter-tweet-detail":{"post":{"operationId":"federationResource2844","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FederationResourceInput"}}},"required":false},"responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Twitter Tweet Detail","tags":["Marketplace"],"x-category":"general","x-payment-info":{"price":{"amount":"0.575000","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/twitter-tweets-1019":{"post":{"operationId":"federationResource1019","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FederationResourceInput"}}},"required":false},"responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Twitter Tweets","tags":["Marketplace"],"x-category":"general","x-payment-info":{"price":{"amount":"0.004600","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/twitter-tweets-detail-1018":{"post":{"operationId":"federationResource1018","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FederationResourceInput"}}},"required":false},"responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Twitter Tweets Detail","tags":["Marketplace"],"x-category":"general","x-payment-info":{"price":{"amount":"0.001150","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/twitter-tweets-replies-1020":{"post":{"operationId":"federationResource1020","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FederationResourceInput"}}},"required":false},"responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Twitter Tweets Replies","tags":["Marketplace"],"x-category":"general","x-payment-info":{"price":{"amount":"0.004600","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/twitter-tweets-search-1017":{"post":{"operationId":"federationResource1017","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FederationResourceInput"}}},"required":false},"responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Twitter Tweets Search","tags":["Marketplace"],"x-category":"search","x-payment-info":{"price":{"amount":"0.005750","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/twitter-user-detail":{"post":{"operationId":"federationResource2846","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FederationResourceInput"}}},"required":false},"responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Twitter User Detail","tags":["Marketplace"],"x-category":"general","x-payment-info":{"price":{"amount":"0.575000","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/twitter-user-followers":{"post":{"operationId":"federationResource2850","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FederationResourceInput"}}},"required":false},"responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Twitter User Followers","tags":["Marketplace"],"x-category":"general","x-payment-info":{"price":{"amount":"0.575000","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/twitter-user-following":{"post":{"operationId":"federationResource2851","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FederationResourceInput"}}},"required":false},"responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Twitter User Following","tags":["Marketplace"],"x-category":"general","x-payment-info":{"price":{"amount":"0.575000","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/twitter-user-lookup":{"post":{"description":"Resolves a Twitter or X username to a public profile with a read-only X API v2 lookup; no account mutation. Same backend as x-username, under broad buyer wording.","operationId":"federationResource192","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FederationResourceInput"}}},"required":false},"responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Twitter User Lookup","tags":["Marketplace"],"x-category":"general","x-payment-info":{"price":{"amount":"0.005750","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/twitter-user-profile":{"post":{"description":"Get detailed profile information for a Twitter/X user.","operationId":"federationResource58","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FederationResourceInput"}}},"required":false},"responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Twitter User Profile","tags":["Marketplace"],"x-category":"general","x-payment-info":{"price":{"amount":"0.002875","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/twitter-user-tweets-57":{"post":{"description":"Get recent tweets from a Twitter/X user by username.","operationId":"federationResource57","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FederationResourceInput"}}},"required":false},"responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Twitter User Tweets","tags":["Marketplace"],"x-category":"general","x-payment-info":{"price":{"amount":"0.002875","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/twitter-users-191":{"post":{"description":"Looks up Twitter user profiles in bulk by username or ID, for routers and buyers searching for bulk profile enrichment. Same backend as users.","operationId":"federationResource191","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FederationResourceInput"}}},"required":false},"responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Twitter Users","tags":["Marketplace"],"x-category":"search","x-payment-info":{"price":{"amount":"0.011500","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/twitter-users-detail-1027":{"post":{"operationId":"federationResource1027","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FederationResourceInput"}}},"required":false},"responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Twitter Users Detail","tags":["Marketplace"],"x-category":"general","x-payment-info":{"price":{"amount":"0.001150","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/twitter-users-followers-1031":{"post":{"operationId":"federationResource1031","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FederationResourceInput"}}},"required":false},"responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Twitter Users Followers","tags":["Marketplace"],"x-category":"general","x-payment-info":{"price":{"amount":"0.004600","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/twitter-users-following-1032":{"post":{"operationId":"federationResource1032","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FederationResourceInput"}}},"required":false},"responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Twitter Users Following","tags":["Marketplace"],"x-category":"general","x-payment-info":{"price":{"amount":"0.004600","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/twitter-users-search-1025":{"post":{"operationId":"federationResource1025","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FederationResourceInput"}}},"required":false},"responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Twitter Users Search","tags":["Marketplace"],"x-category":"search","x-payment-info":{"price":{"amount":"0.004600","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/twitter-x-api":{"post":{"description":"Read-only X API v2 wrapper for tweet search, tweet lookup, username lookup, bulk users lookup, and user timeline fetch.","operationId":"federationResource196","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FederationResourceInput"}}},"required":false},"responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Twitter X Api","tags":["Marketplace"],"x-category":"search","x-payment-info":{"price":{"amount":"0.011500","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/upscale-image":{"post":{"description":"Upscales images 2x or 4x with AI super-resolution, best for photos and illustrations. Venice image/upscale backend (venice-sd35), re-hosted for a permanent URL.","operationId":"federationResource129","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FederationResourceInput"}}},"required":false},"responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Upscale Image","tags":["Marketplace"],"x-category":"image","x-payment-info":{"price":{"amount":"0.023000","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/user-tweets":{"post":{"description":"Fetches the latest public tweets from any X username, with text, timestamps, metrics, pagination token, and author profile.","operationId":"federationResource197","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FederationResourceInput"}}},"required":false},"responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"User Tweets","tags":["Marketplace"],"x-category":"blockchain","x-payment-info":{"price":{"amount":"0.011500","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/users-search-51":{"get":{"description":"Search Twitter/X for user accounts matching a keyword or phrase. Returns up to 20 matching user profiles per page with pagination support.","operationId":"federationResource51","responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Users Search","tags":["Marketplace"],"x-category":"search","x-payment-info":{"price":{"amount":"0.011500","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/users-tweets-1029":{"post":{"operationId":"federationResource1029","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FederationResourceInput"}}},"required":false},"responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Users Tweets","tags":["Marketplace"],"x-category":"general","x-payment-info":{"price":{"amount":"0.004600","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/uspto-trademark-search":{"post":{"description":"USPTO trademark status / TSDR lookup. Look up a US trademark by serial number or registration number. Returns mark text, owner, status, filing date, classes, goods/services.","operationId":"federationResource424","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FederationResourceInput"}}},"required":false},"responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Uspto Trademark Search","tags":["Marketplace"],"x-category":"search","x-payment-info":{"price":{"amount":"0.034500","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/vault-summary":{"post":{"operationId":"federationResource3582","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FederationResourceInput"}}},"required":false},"responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Vault Summary","tags":["Marketplace"],"x-category":"general","x-payment-info":{"price":{"amount":"0.023000","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/vibe-tools-twitter-search":{"post":{"operationId":"federationResource2843","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FederationResourceInput"}}},"required":false},"responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Vibe Tools Twitter Search","tags":["Marketplace"],"x-category":"search","x-payment-info":{"price":{"amount":"0.057500","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/vibe-tools-twitter-trends":{"post":{"operationId":"federationResource2858","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FederationResourceInput"}}},"required":false},"responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Vibe Tools Twitter Trends","tags":["Marketplace"],"x-category":"general","x-payment-info":{"price":{"amount":"0.575000","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/vibe-tools-twitter-tweets":{"post":{"operationId":"federationResource2845","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FederationResourceInput"}}},"required":false},"responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Vibe Tools Twitter Tweets","tags":["Marketplace"],"x-category":"general","x-payment-info":{"price":{"amount":"0.575000","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/vibe-tools-twitter-users-search":{"post":{"operationId":"federationResource2852","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FederationResourceInput"}}},"required":false},"responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Vibe Tools Twitter Users Search","tags":["Marketplace"],"x-category":"search","x-payment-info":{"price":{"amount":"0.057500","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/visual-pdf-1400":{"post":{"operationId":"federationResource1400","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FederationResourceInput"}}},"required":false},"responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Visual Pdf","tags":["Marketplace"],"x-category":"document","x-payment-info":{"price":{"amount":"0.023000","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/watermark-pdf":{"post":{"description":"Add watermark to PDF. Text or image overlay on PDFs, PNG / JPG / GIF, or MP4 / MOV / WEBM with configurable position, opacity, font, rotation, and margin.","operationId":"federationResource89","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FederationResourceInput"}}},"required":false},"responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Watermark Pdf","tags":["Marketplace"],"x-category":"document","x-payment-info":{"price":{"amount":"0.023000","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/web-answer":{"post":{"description":"Answer a question from the live web. POST { query, topic?, maxResults? }.","operationId":"federationResource3615","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FederationResourceInput"}}},"required":false},"responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Web Answer","tags":["Marketplace"],"x-category":"search","x-payment-info":{"price":{"amount":"0.037950","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/web-archive":{"post":{"description":"Returns the closest archived snapshot URL and timestamp for a public web page, with optional cleaned text fetch for reference rot repair and due-diligence citations.","operationId":"federationResource217","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FederationResourceInput"}}},"required":false},"responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Web Archive","tags":["Marketplace"],"x-category":"general","x-payment-info":{"price":{"amount":"0.023000","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/web-crawl-2615":{"get":{"operationId":"federationResource2615","responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Web Crawl","tags":["Marketplace"],"x-category":"web","x-payment-info":{"price":{"amount":"0.011500","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/web-extract-1001":{"get":{"operationId":"federationResource1001","responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Web Extract","tags":["Marketplace"],"x-category":"general","x-payment-info":{"price":{"amount":"0.005750","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/web-fetch-1014":{"post":{"operationId":"federationResource1014","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FederationResourceInput"}}},"required":false},"responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Web Fetch","tags":["Marketplace"],"x-category":"general","x-payment-info":{"price":{"amount":"0.002300","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/web-json-extract":{"get":{"operationId":"federationResource1005","responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Web Json Extract","tags":["Marketplace"],"x-category":"general","x-payment-info":{"price":{"amount":"0.005750","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/web-links":{"get":{"operationId":"federationResource1004","responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Web Links","tags":["Marketplace"],"x-category":"general","x-payment-info":{"price":{"amount":"0.003450","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/web-scrape-2614":{"get":{"operationId":"federationResource2614","responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Web Scrape","tags":["Marketplace"],"x-category":"web","x-payment-info":{"price":{"amount":"0.011500","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/web-search-584":{"post":{"description":"Ranked Google results for a query — title, URL, snippet, domain, and a recency filter, via Decodo Google Search.","operationId":"federationResource584","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FederationResourceInput"}}},"required":false},"responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Web Search","tags":["Marketplace"],"x-category":"search","x-payment-info":{"price":{"amount":"0.011500","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/web-wikipedia-2606":{"get":{"operationId":"federationResource2606","responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Web Wikipedia","tags":["Marketplace"],"x-category":"general","x-payment-info":{"price":{"amount":"0.011500","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/wikipedia-search":{"post":{"description":"Wikipedia search for full-text lookups across any Wikipedia language edition, built for agents that need a quick encyclopedia fact-check or background pass before answering.","operationId":"federationResource685","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FederationResourceInput"}}},"required":false},"responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Wikipedia Search","tags":["Marketplace"],"x-category":"search","x-payment-info":{"price":{"amount":"0.009200","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/wikipedia-summary":{"get":{"description":"Fetch a Wikipedia article summary in any of 30 supported languages.","operationId":"federationResource4171","responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Wikipedia Summary","tags":["Marketplace"],"x-category":"image","x-payment-info":{"price":{"amount":"0.001150","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/x-search":{"post":{"description":"Searches recent public X posts, wrapping the read-only X API v2 recent-search route.","operationId":"federationResource177","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FederationResourceInput"}}},"required":false},"responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"X Search","tags":["Marketplace"],"x-category":"search","x-payment-info":{"price":{"amount":"0.011500","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/youtube-4200":{"get":{"description":"YouTube video data. Title, channel, description, view count, duration, keywords, thumbnails, and a best-effort caption transcript for any video — keyless.","operationId":"federationResource4200","responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Youtube","tags":["Marketplace"],"x-category":"document","x-payment-info":{"price":{"amount":"0.034500","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/youtube-brief":{"post":{"description":"Summarizes a YouTube video from its URL or ID: transcript, TLDR, and named entities in one call. Composite: one call runs youtube-transcript + summarize-text + extract-entities.","operationId":"federationResource660","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FederationResourceInput"}}},"required":false},"responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Youtube Brief","tags":["Marketplace"],"x-category":"document","x-payment-info":{"price":{"amount":"0.057500","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/youtube-get-1039":{"post":{"operationId":"federationResource1039","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FederationResourceInput"}}},"required":false},"responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Youtube Get","tags":["Marketplace"],"x-category":"video","x-payment-info":{"price":{"amount":"0.011500","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/youtube-thumbnail-expand":{"post":{"description":"Expands source images into YouTube thumbnail and video-cover canvases. Same Bria Expand backend as image-expand.","operationId":"federationResource776","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FederationResourceInput"}}},"required":false},"responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Youtube Thumbnail Expand","tags":["Marketplace"],"x-category":"video","x-payment-info":{"price":{"amount":"0.172500","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/api/youtube-transcript":{"post":{"description":"Fetch the transcript of any YouTube video. Pulls auto-generated or manual captions and returns full text plus per-segment {start, duration, text}, with an optional language pick.","operationId":"federationResource521","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FederationResourceInput"}}},"required":false},"responses":{"200":{"description":"OK"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Youtube Transcript","tags":["Marketplace"],"x-category":"document","x-payment-info":{"price":{"amount":"0.011500","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/compute/sandbox/create":{"post":{"description":"Create an isolated Python 3.11 sandbox for code execution, data processing, and automation.","operationId":"sandboxCreate","requestBody":{"content":{"application/json":{"schema":{"properties":{"language":{"default":"python3.11","description":"Runtime language (default: python3.11)","type":"string"},"timeout":{"description":"Max lifetime in seconds (default: 300)","type":"integer"}},"required":["language"],"type":"object"}}},"required":true},"responses":{"200":{"content":{"application/json":{"schema":{"properties":{"data":{"type":"object"}},"type":"object"}}},"description":"Successful response"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Create Sandbox","x-bazaar":{"schema":{"properties":{"input":{"properties":{"body":{"properties":{"language":{"default":"python3.11","description":"Runtime language (default: python3.11)","type":"string"},"timeout":{"description":"Max lifetime in seconds (default: 300)","type":"integer"}},"type":"object"}},"type":"object"},"output":{"properties":{"example":{"description":"JSON response with requested data","type":"object"}},"type":"object"}}}},"x-payment-info":{"price":{"amount":"0.01","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/compute/sandbox/exec":{"post":{"description":"Execute a command inside a running sandbox. Returns stdout, stderr, and exit code.","operationId":"sandboxExec","requestBody":{"content":{"application/json":{"schema":{"properties":{"command":{"description":"Shell command to execute","type":"string"},"sandbox_id":{"description":"Sandbox ID returned from /sandbox/create","type":"string"}},"required":["sandbox_id","command"],"type":"object"}}},"required":true},"responses":{"200":{"content":{"application/json":{"schema":{"properties":{"data":{"type":"object"}},"type":"object"}}},"description":"Successful response"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Execute in Sandbox","x-bazaar":{"schema":{"properties":{"input":{"properties":{"body":{"properties":{"command":{"description":"Shell command to execute","type":"string"},"sandbox_id":{"description":"Sandbox ID returned from /sandbox/create","type":"string"}},"type":"object"}},"type":"object"},"output":{"properties":{"example":{"description":"JSON response with requested data","type":"object"}},"type":"object"}}}},"x-payment-info":{"price":{"amount":"0.01","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/creation/generate":{"post":{"description":"AI-powered content creation — articles, social posts, marketing copy, and creative writing.","operationId":"contentCreation","requestBody":{"content":{"application/json":{"schema":{"properties":{"prompt":{"description":"Content brief or generation prompt","type":"string"},"tone":{"description":"Writing tone (e.g. professional, casual, creative)","type":"string"},"type":{"description":"Content type (e.g. article, social_post, email)","type":"string"}},"required":["prompt"],"type":"object"}}},"required":true},"responses":{"200":{"content":{"application/json":{"schema":{"properties":{"data":{"type":"object"}},"type":"object"}}},"description":"Successful response"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Content Creation","x-bazaar":{"schema":{"properties":{"input":{"properties":{"body":{"properties":{"prompt":{"description":"Content brief or generation prompt","type":"string"},"tone":{"description":"Writing tone (e.g. professional, casual, creative)","type":"string"},"type":{"description":"Content type (e.g. article, social_post, email)","type":"string"}},"type":"object"}},"type":"object"},"output":{"properties":{"example":{"description":"JSON response with requested data","type":"object"}},"type":"object"}}}},"x-payment-info":{"price":{"currency":"USD","max":"0.50","min":"0.0001","mode":"dynamic"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/defi/pools":{"post":{"description":"Liquidity pool data including APY, TVL, and reward rates across DeFi protocols.","operationId":"defiPools","requestBody":{"content":{"application/json":{"schema":{"properties":{"chain":{"description":"Filter by chain","type":"string"},"protocol":{"description":"Filter by protocol (e.g. uniswap, aave)","type":"string"}},"required":[],"type":"object"}}},"required":true},"responses":{"200":{"content":{"application/json":{"schema":{"properties":{"data":{"type":"object"}},"type":"object"}}},"description":"Successful response"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"DeFi Pools","x-bazaar":{"schema":{"properties":{"input":{"properties":{"body":{"properties":{"chain":{"description":"Filter by chain","type":"string"},"protocol":{"description":"Filter by protocol (e.g. uniswap, aave)","type":"string"}},"type":"object"}},"type":"object"},"output":{"properties":{"example":{"description":"JSON response with requested data","type":"object"}},"type":"object"}}}},"x-payment-info":{"price":{"amount":"0.0075","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/defi/yields":{"post":{"description":"Best yield farming opportunities ranked by APY across chains and protocols.","operationId":"defiYields","requestBody":{"content":{"application/json":{"schema":{"properties":{"chain":{"description":"Filter by chain","type":"string"},"min_apy":{"description":"Minimum APY filter","type":"number"}},"required":[],"type":"object"}}},"required":true},"responses":{"200":{"content":{"application/json":{"schema":{"properties":{"data":{"type":"object"}},"type":"object"}}},"description":"Successful response"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"DeFi Yields","x-bazaar":{"schema":{"properties":{"input":{"properties":{"body":{"properties":{"chain":{"description":"Filter by chain","type":"string"},"min_apy":{"description":"Minimum APY filter","type":"number"}},"type":"object"}},"type":"object"},"output":{"properties":{"example":{"description":"JSON response with requested data","type":"object"}},"type":"object"}}}},"x-payment-info":{"price":{"amount":"0.0075","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/dex/liquidity":{"post":{"description":"Pool liquidity depth and position data for DEX protocols.","operationId":"dexLiquidity","requestBody":{"content":{"application/json":{"schema":{"properties":{"chain":{"description":"Chain name","type":"string"},"pool":{"description":"Pool address","type":"string"}},"required":["pool"],"type":"object"}}},"required":true},"responses":{"200":{"content":{"application/json":{"schema":{"properties":{"data":{"type":"object"}},"type":"object"}}},"description":"Successful response"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"DEX Liquidity","x-bazaar":{"schema":{"properties":{"input":{"properties":{"body":{"properties":{"chain":{"description":"Chain name","type":"string"},"pool":{"description":"Pool address","type":"string"}},"type":"object"}},"type":"object"},"output":{"properties":{"example":{"description":"JSON response with requested data","type":"object"}},"type":"object"}}}},"x-payment-info":{"price":{"amount":"0.0075","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/dex/pairs":{"post":{"description":"Discover and query DEX liquidity pairs with price, volume, and TVL data.","operationId":"dexPairs","requestBody":{"content":{"application/json":{"schema":{"properties":{"chain":{"description":"Chain name","type":"string"},"token":{"description":"Token address to find pairs for","type":"string"}},"required":[],"type":"object"}}},"required":true},"responses":{"200":{"content":{"application/json":{"schema":{"properties":{"data":{"type":"object"}},"type":"object"}}},"description":"Successful response"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"DEX Pairs","x-bazaar":{"schema":{"properties":{"input":{"properties":{"body":{"properties":{"chain":{"description":"Chain name","type":"string"},"token":{"description":"Token address to find pairs for","type":"string"}},"type":"object"}},"type":"object"},"output":{"properties":{"example":{"description":"JSON response with requested data","type":"object"}},"type":"object"}}}},"x-payment-info":{"price":{"amount":"0.0075","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/dex/trades":{"post":{"description":"Real-time DEX trade data across Uniswap, SushiSwap, and other AMMs.","operationId":"dexTrades","requestBody":{"content":{"application/json":{"schema":{"properties":{"chain":{"description":"Chain name","type":"string"},"pair":{"description":"Trading pair address or symbol","type":"string"}},"required":["pair"],"type":"object"}}},"required":true},"responses":{"200":{"content":{"application/json":{"schema":{"properties":{"data":{"type":"object"}},"type":"object"}}},"description":"Successful response"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"DEX Trades","x-bazaar":{"schema":{"properties":{"input":{"properties":{"body":{"properties":{"chain":{"description":"Chain name","type":"string"},"pair":{"description":"Trading pair address or symbol","type":"string"}},"type":"object"}},"type":"object"},"output":{"properties":{"example":{"description":"JSON response with requested data","type":"object"}},"type":"object"}}}},"x-payment-info":{"price":{"amount":"0.0075","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/exa/contents":{"post":{"description":"Full text extraction from URLs. Useful for RAG pipelines and data collection.","operationId":"exaContents","requestBody":{"content":{"application/json":{"schema":{"properties":{"urls":{"description":"URLs to extract content from","items":{"type":"string"},"type":"array"}},"required":["urls"],"type":"object"}}},"required":true},"responses":{"200":{"content":{"application/json":{"schema":{"properties":{"data":{"type":"object"}},"type":"object"}}},"description":"Successful response"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Exa Content Extraction","x-bazaar":{"schema":{"properties":{"input":{"properties":{"body":{"properties":{"urls":{"description":"URLs to extract content from","items":{"type":"string"},"type":"array"}},"type":"object"}},"type":"object"},"output":{"properties":{"example":{"description":"JSON response with requested data","type":"object"}},"type":"object"}}}},"x-payment-info":{"price":{"amount":"0.0075","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/exa/search":{"post":{"description":"Neural and keyword web search with category filters. Returns ranked results with snippets.","operationId":"exaSearch","requestBody":{"content":{"application/json":{"schema":{"properties":{"num_results":{"description":"Number of results (default: 10)","type":"integer"},"query":{"description":"Search query","type":"string"},"type":{"description":"Search type: neural, keyword, or auto","type":"string"}},"required":["query"],"type":"object"}}},"required":true},"responses":{"200":{"content":{"application/json":{"schema":{"properties":{"data":{"type":"object"}},"type":"object"}}},"description":"Successful response"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Exa Neural Search","x-bazaar":{"schema":{"properties":{"input":{"properties":{"body":{"properties":{"num_results":{"description":"Number of results (default: 10)","type":"integer"},"query":{"description":"Search query","type":"string"},"type":{"description":"Search type: neural, keyword, or auto","type":"string"}},"type":"object"}},"type":"object"},"output":{"properties":{"example":{"description":"JSON response with requested data","type":"object"}},"type":"object"}}}},"x-payment-info":{"price":{"currency":"USD","max":"0.05","min":"0.001","mode":"dynamic"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/markets/candles":{"post":{"description":"Historical and real-time OHLCV candlestick data for trading analysis.","operationId":"marketCandles","requestBody":{"content":{"application/json":{"schema":{"properties":{"interval":{"description":"Candle interval (e.g. 1m, 1h, 1d)","type":"string"},"symbol":{"description":"Trading pair (e.g. BTC/USDT)","type":"string"}},"required":["symbol"],"type":"object"}}},"required":true},"responses":{"200":{"content":{"application/json":{"schema":{"properties":{"data":{"type":"object"}},"type":"object"}}},"description":"Successful response"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"OHLCV Candles","x-bazaar":{"schema":{"properties":{"input":{"properties":{"body":{"properties":{"interval":{"description":"Candle interval (e.g. 1m, 1h, 1d)","type":"string"},"symbol":{"description":"Trading pair (e.g. BTC/USDT)","type":"string"}},"type":"object"}},"type":"object"},"output":{"properties":{"example":{"description":"JSON response with requested data","type":"object"}},"type":"object"}}}},"x-payment-info":{"price":{"amount":"0.0075","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/markets/orderbook":{"post":{"description":"Aggregated order book across multiple exchanges for best execution.","operationId":"marketOrderbook","requestBody":{"content":{"application/json":{"schema":{"properties":{"depth":{"description":"Order book depth (default: 20)","type":"integer"},"symbol":{"description":"Trading pair (e.g. BTC/USDT)","type":"string"}},"required":["symbol"],"type":"object"}}},"required":true},"responses":{"200":{"content":{"application/json":{"schema":{"properties":{"data":{"type":"object"}},"type":"object"}}},"description":"Successful response"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Aggregated Orderbook","x-bazaar":{"schema":{"properties":{"input":{"properties":{"body":{"properties":{"depth":{"description":"Order book depth (default: 20)","type":"integer"},"symbol":{"description":"Trading pair (e.g. BTC/USDT)","type":"string"}},"type":"object"}},"type":"object"},"output":{"properties":{"example":{"description":"JSON response with requested data","type":"object"}},"type":"object"}}}},"x-payment-info":{"price":{"amount":"0.0075","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/markets/ticker":{"post":{"description":"Real-time market ticker data for crypto assets across exchanges.","operationId":"marketTicker","requestBody":{"content":{"application/json":{"schema":{"properties":{"symbol":{"description":"Asset symbol (e.g. BTC, ETH)","type":"string"}},"required":["symbol"],"type":"object"}}},"required":true},"responses":{"200":{"content":{"application/json":{"schema":{"properties":{"data":{"type":"object"}},"type":"object"}}},"description":"Successful response"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Market Ticker","x-bazaar":{"schema":{"properties":{"input":{"properties":{"body":{"properties":{"symbol":{"description":"Asset symbol (e.g. BTC, ETH)","type":"string"}},"type":"object"}},"type":"object"},"output":{"properties":{"example":{"description":"JSON response with requested data","type":"object"}},"type":"object"}}}},"x-payment-info":{"price":{"amount":"0.0075","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/phone/voice/call":{"post":{"description":"Initiate an AI-powered voice call with natural language conversation capabilities.","operationId":"voiceCall","requestBody":{"content":{"application/json":{"schema":{"properties":{"phone_number":{"description":"Phone number to call (E.164 format)","type":"string"},"prompt":{"description":"System prompt defining the AI agent's behavior","type":"string"},"voice":{"description":"Voice ID for the AI agent","type":"string"}},"required":["phone_number","prompt"],"type":"object"}}},"required":true},"responses":{"200":{"content":{"application/json":{"schema":{"properties":{"data":{"type":"object"}},"type":"object"}}},"description":"Successful response"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"AI Voice Call","x-bazaar":{"schema":{"properties":{"input":{"properties":{"body":{"properties":{"phone_number":{"description":"Phone number to call (E.164 format)","type":"string"},"prompt":{"description":"System prompt defining the AI agent's behavior","type":"string"},"voice":{"description":"Voice ID for the AI agent","type":"string"}},"type":"object"}},"type":"object"},"output":{"properties":{"example":{"description":"JSON response with requested data","type":"object"}},"type":"object"}}}},"x-payment-info":{"price":{"currency":"USD","max":"5.00","min":"0.05","mode":"dynamic"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/prediction/markets":{"post":{"description":"Browse active prediction markets with current odds and volume.","operationId":"predictionMarkets","requestBody":{"content":{"application/json":{"schema":{"properties":{"category":{"description":"Filter by category (e.g. crypto, politics, sports)","type":"string"}},"required":[],"type":"object"}}},"required":true},"responses":{"200":{"content":{"application/json":{"schema":{"properties":{"data":{"type":"object"}},"type":"object"}}},"description":"Successful response"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Prediction Markets","x-bazaar":{"schema":{"properties":{"input":{"properties":{"body":{"properties":{"category":{"description":"Filter by category (e.g. crypto, politics, sports)","type":"string"}},"type":"object"}},"type":"object"},"output":{"properties":{"example":{"description":"JSON response with requested data","type":"object"}},"type":"object"}}}},"x-payment-info":{"price":{"amount":"0.0075","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/prediction/markets/search":{"get":{"description":"Search prediction markets with real-time odds.","operationId":"predictionMarketsSearch","parameters":[{"description":"Market search query, e.g. bitcoin","in":"query","name":"q","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"properties":{"data":{"type":"object"}},"type":"object"}}},"description":"Successful response"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Prediction Market Search","x-bazaar":{"schema":{"properties":{"input":{"properties":{"body":{"properties":{"q":{"description":"Market search query, e.g. bitcoin","type":"string"}},"type":"object"}},"type":"object"},"output":{"properties":{"example":{"description":"JSON response with requested data","type":"object"}},"type":"object"}}}},"x-payment-info":{"price":{"amount":"0.0075","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/prediction/resolve":{"post":{"description":"Check resolution status and outcomes for prediction market events.","operationId":"predictionResolve","requestBody":{"content":{"application/json":{"schema":{"properties":{"market_id":{"description":"Prediction market ID","type":"string"}},"required":["market_id"],"type":"object"}}},"required":true},"responses":{"200":{"content":{"application/json":{"schema":{"properties":{"data":{"type":"object"}},"type":"object"}}},"description":"Successful response"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Prediction Resolution","x-bazaar":{"schema":{"properties":{"input":{"properties":{"body":{"properties":{"market_id":{"description":"Prediction market ID","type":"string"}},"type":"object"}},"type":"object"},"output":{"properties":{"example":{"description":"JSON response with requested data","type":"object"}},"type":"object"}}}},"x-payment-info":{"price":{"amount":"0.0075","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/rpc/eth":{"post":{"description":"JSON-RPC gateway for Ethereum and EVM-compatible chains. Standard eth_* methods.","operationId":"rpcEth","requestBody":{"content":{"application/json":{"schema":{"properties":{"id":{"description":"Request ID","type":"integer"},"jsonrpc":{"default":"2.0","description":"JSON-RPC version (2.0)","type":"string"},"method":{"description":"RPC method (e.g. eth_getBalance, eth_call)","type":"string"},"params":{"description":"Method parameters","type":"array"}},"required":["method"],"type":"object"}}},"required":true},"responses":{"200":{"content":{"application/json":{"schema":{"properties":{"data":{"type":"object"}},"type":"object"}}},"description":"Successful response"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Ethereum RPC","x-bazaar":{"schema":{"properties":{"input":{"properties":{"body":{"properties":{"id":{"description":"Request ID","type":"integer"},"jsonrpc":{"default":"2.0","description":"JSON-RPC version (2.0)","type":"string"},"method":{"description":"RPC method (e.g. eth_getBalance, eth_call)","type":"string"},"params":{"description":"Method parameters","type":"array"}},"type":"object"}},"type":"object"},"output":{"properties":{"example":{"description":"JSON response with requested data","type":"object"}},"type":"object"}}}},"x-payment-info":{"price":{"amount":"0.0075","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/rpc/sol":{"post":{"description":"JSON-RPC gateway for Solana. Standard getBalance, getTransaction, etc.","operationId":"rpcSol","requestBody":{"content":{"application/json":{"schema":{"properties":{"id":{"description":"Request ID","type":"integer"},"jsonrpc":{"default":"2.0","description":"JSON-RPC version (2.0)","type":"string"},"method":{"description":"RPC method (e.g. getBalance, getTransaction)","type":"string"},"params":{"description":"Method parameters","type":"array"}},"required":["method"],"type":"object"}}},"required":true},"responses":{"200":{"content":{"application/json":{"schema":{"properties":{"data":{"type":"object"}},"type":"object"}}},"description":"Successful response"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Solana RPC","x-bazaar":{"schema":{"properties":{"input":{"properties":{"body":{"properties":{"id":{"description":"Request ID","type":"integer"},"jsonrpc":{"default":"2.0","description":"JSON-RPC version (2.0)","type":"string"},"method":{"description":"RPC method (e.g. getBalance, getTransaction)","type":"string"},"params":{"description":"Method parameters","type":"array"}},"type":"object"}},"type":"object"},"output":{"properties":{"example":{"description":"JSON response with requested data","type":"object"}},"type":"object"}}}},"x-payment-info":{"price":{"amount":"0.0075","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/surf/blockchain/gas":{"post":{"description":"Current gas price estimates across EVM chains (fast, standard, slow).","operationId":"gasPrice","requestBody":{"content":{"application/json":{"schema":{"properties":{"chain":{"description":"Chain name (e.g. ethereum, base, polygon)","type":"string"}},"required":["chain"],"type":"object"}}},"required":true},"responses":{"200":{"content":{"application/json":{"schema":{"properties":{"data":{"type":"object"}},"type":"object"}}},"description":"Successful response"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Gas Price","x-bazaar":{"schema":{"properties":{"input":{"properties":{"body":{"properties":{"chain":{"description":"Chain name (e.g. ethereum, base, polygon)","type":"string"}},"type":"object"}},"type":"object"},"output":{"properties":{"example":{"description":"JSON response with requested data","type":"object"}},"type":"object"}}}},"x-payment-info":{"price":{"amount":"0.0075","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/surf/defi/protocol":{"post":{"description":"TVL, volume, fees, and metrics for DeFi protocols.","operationId":"defiProtocol","requestBody":{"content":{"application/json":{"schema":{"properties":{"handle":{"description":"Protocol handle (e.g. uniswap, aave)","type":"string"}},"required":["handle"],"type":"object"}}},"required":true},"responses":{"200":{"content":{"application/json":{"schema":{"properties":{"data":{"type":"object"}},"type":"object"}}},"description":"Successful response"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"DeFi Protocol Stats","x-bazaar":{"schema":{"properties":{"input":{"properties":{"body":{"properties":{"handle":{"description":"Protocol handle (e.g. uniswap, aave)","type":"string"}},"type":"object"}},"type":"object"},"output":{"properties":{"example":{"description":"JSON response with requested data","type":"object"}},"type":"object"}}}},"x-payment-info":{"price":{"amount":"0.0075","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/surf/exchange/depth":{"post":{"description":"Real-time order book depth for CEX trading pairs.","operationId":"cryptoDepth","requestBody":{"content":{"application/json":{"schema":{"properties":{"base":{"description":"Base asset","type":"string"},"handle":{"description":"Exchange handle","type":"string"},"quote":{"description":"Quote asset","type":"string"}},"required":["handle","base"],"type":"object"}}},"required":true},"responses":{"200":{"content":{"application/json":{"schema":{"properties":{"data":{"type":"object"}},"type":"object"}}},"description":"Successful response"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Order Book Depth","x-bazaar":{"schema":{"properties":{"input":{"properties":{"body":{"properties":{"base":{"description":"Base asset","type":"string"},"handle":{"description":"Exchange handle","type":"string"},"quote":{"description":"Quote asset","type":"string"}},"type":"object"}},"type":"object"},"output":{"properties":{"example":{"description":"JSON response with requested data","type":"object"}},"type":"object"}}}},"x-payment-info":{"price":{"amount":"0.0075","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/surf/exchange/price":{"post":{"description":"Real-time CEX ticker price for any trading pair across major exchanges.","operationId":"cryptoPrice","requestBody":{"content":{"application/json":{"schema":{"properties":{"base":{"description":"Base asset (e.g. BTC)","type":"string"},"handle":{"description":"Exchange handle (e.g. binance, coinbase)","type":"string"},"quote":{"description":"Quote asset (e.g. USDT)","type":"string"}},"required":["handle","base"],"type":"object"}}},"required":true},"responses":{"200":{"content":{"application/json":{"schema":{"properties":{"data":{"type":"object"}},"type":"object"}}},"description":"Successful response"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Crypto Price","x-bazaar":{"schema":{"properties":{"input":{"properties":{"body":{"properties":{"base":{"description":"Base asset (e.g. BTC)","type":"string"},"handle":{"description":"Exchange handle (e.g. binance, coinbase)","type":"string"},"quote":{"description":"Quote asset (e.g. USDT)","type":"string"}},"type":"object"}},"type":"object"},"output":{"properties":{"example":{"description":"JSON response with requested data","type":"object"}},"type":"object"}}}},"x-payment-info":{"price":{"amount":"0.0075","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/surf/nft/collection":{"post":{"description":"NFT collection metadata, floor price, volume, and holder stats.","operationId":"nftCollection","requestBody":{"content":{"application/json":{"schema":{"properties":{"address":{"description":"NFT contract address","type":"string"},"chain":{"description":"Chain name","type":"string"}},"required":["address","chain"],"type":"object"}}},"required":true},"responses":{"200":{"content":{"application/json":{"schema":{"properties":{"data":{"type":"object"}},"type":"object"}}},"description":"Successful response"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"NFT Collection Data","x-bazaar":{"schema":{"properties":{"input":{"properties":{"body":{"properties":{"address":{"description":"NFT contract address","type":"string"},"chain":{"description":"Chain name","type":"string"}},"type":"object"}},"type":"object"},"output":{"properties":{"example":{"description":"JSON response with requested data","type":"object"}},"type":"object"}}}},"x-payment-info":{"price":{"amount":"0.0075","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/surf/token/holders":{"post":{"description":"Get top holders and holder distribution for any token contract.","operationId":"tokenHolders","requestBody":{"content":{"application/json":{"schema":{"properties":{"address":{"description":"Token contract address","type":"string"},"chain":{"description":"Chain name","type":"string"}},"required":["address","chain"],"type":"object"}}},"required":true},"responses":{"200":{"content":{"application/json":{"schema":{"properties":{"data":{"type":"object"}},"type":"object"}}},"description":"Successful response"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Token Holders","x-bazaar":{"schema":{"properties":{"input":{"properties":{"body":{"properties":{"address":{"description":"Token contract address","type":"string"},"chain":{"description":"Chain name","type":"string"}},"type":"object"}},"type":"object"},"output":{"properties":{"example":{"description":"JSON response with requested data","type":"object"}},"type":"object"}}}},"x-payment-info":{"price":{"amount":"0.0075","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/surf/wallet/balance":{"post":{"description":"Query on-chain token balances for any wallet address across multiple chains.","operationId":"walletBalance","requestBody":{"content":{"application/json":{"schema":{"properties":{"address":{"description":"Wallet address","type":"string"},"chain":{"description":"Chain name (e.g. ethereum, base, solana)","type":"string"}},"required":["address","chain"],"type":"object"}}},"required":true},"responses":{"200":{"content":{"application/json":{"schema":{"properties":{"data":{"type":"object"}},"type":"object"}}},"description":"Successful response"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Wallet Balance","x-bazaar":{"schema":{"properties":{"input":{"properties":{"body":{"properties":{"address":{"description":"Wallet address","type":"string"},"chain":{"description":"Chain name (e.g. ethereum, base, solana)","type":"string"}},"type":"object"}},"type":"object"},"output":{"properties":{"example":{"description":"JSON response with requested data","type":"object"}},"type":"object"}}}},"x-payment-info":{"price":{"amount":"0.0075","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/v1/marketplace/video/generate":{"post":{"description":"Generate videos from text or image prompts using frontier video models via marketplace.","operationId":"marketplaceVideoGenerate","requestBody":{"content":{"application/json":{"schema":{"properties":{"duration":{"description":"Duration in seconds","type":"number"},"model":{"description":"Video model ID","type":"string"},"prompt":{"description":"Text description of the video to generate","type":"string"}},"required":["prompt"],"type":"object"}}},"required":true},"responses":{"200":{"content":{"application/json":{"schema":{"properties":{"data":{"type":"object"}},"type":"object"}}},"description":"Successful response"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Video Generation (Marketplace)","x-bazaar":{"schema":{"properties":{"input":{"properties":{"body":{"properties":{"duration":{"description":"Duration in seconds","type":"number"},"model":{"description":"Video model ID","type":"string"},"prompt":{"description":"Text description of the video to generate","type":"string"}},"type":"object"}},"type":"object"},"output":{"properties":{"example":{"description":"JSON response with requested data","type":"object"}},"type":"object"}}}},"x-payment-info":{"price":{"currency":"USD","max":"1.00","min":"0.05","mode":"dynamic"},"protocols":[{"x402":{}}]}}},"/v1/messages":{"post":{"description":"Anthropic-native Messages API. Drop-in endpoint for Claude SDKs, Claude Code, and Anthropic-compatible clients. Supports streaming, tool use, and vision.","operationId":"messages","requestBody":{"content":{"application/json":{"schema":{"properties":{"max_tokens":{"description":"Maximum tokens to generate (required by Anthropic API)","type":"integer"},"messages":{"items":{"properties":{"content":{"type":"string"},"role":{"enum":["system","user","assistant"],"type":"string"}},"required":["role","content"],"type":"object"},"type":"array"},"model":{"description":"Model ID (e.g. claude-sonnet-4-6, claude-opus-4-1)","type":"string"},"stream":{"description":"Enable streaming responses","type":"boolean"},"system":{"description":"System prompt","type":"string"},"tools":{"description":"Tool definitions for tool use","type":"array"}},"required":["model","messages","max_tokens"],"type":"object"}}},"required":true},"responses":{"200":{"content":{"application/json":{"schema":{"properties":{"data":{"type":"object"}},"type":"object"}}},"description":"Successful response"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Messages (Anthropic-compatible)","x-bazaar":{"schema":{"properties":{"input":{"properties":{"body":{"properties":{"max_tokens":{"description":"Maximum tokens to generate (required by Anthropic API)","type":"integer"},"messages":{"items":{"properties":{"content":{"type":"string"},"role":{"enum":["system","user","assistant"],"type":"string"}},"required":["role","content"],"type":"object"},"type":"array"},"model":{"description":"Model ID (e.g. claude-sonnet-4-6, claude-opus-4-1)","type":"string"},"stream":{"description":"Enable streaming responses","type":"boolean"},"system":{"description":"System prompt","type":"string"},"tools":{"description":"Tool definitions for tool use","type":"array"}},"type":"object"}},"type":"object"},"output":{"properties":{"example":{"description":"JSON response with requested data","type":"object"}},"type":"object"}}}},"x-payment-info":{"price":{"currency":"USD","max":"0.50","min":"0.0001","mode":"dynamic"},"protocols":[{"x402":{}}]}}},"/v1/moderations":{"post":{"description":"Classify text for policy violations (hate, harassment, self-harm, sexual, violence). Content safety screening.","operationId":"moderations","requestBody":{"content":{"application/json":{"schema":{"properties":{"input":{"description":"Text to classify (string or array of strings)","type":"string"},"model":{"description":"Moderation model ID (e.g. omni-moderation-latest)","type":"string"}},"required":["input"],"type":"object"}}},"required":true},"responses":{"200":{"content":{"application/json":{"schema":{"properties":{"data":{"type":"object"}},"type":"object"}}},"description":"Successful response"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Moderations","x-bazaar":{"schema":{"properties":{"input":{"properties":{"body":{"properties":{"input":{"description":"Text to classify (string or array of strings)","type":"string"},"model":{"description":"Moderation model ID (e.g. omni-moderation-latest)","type":"string"}},"type":"object"}},"type":"object"},"output":{"properties":{"example":{"description":"JSON response with requested data","type":"object"}},"type":"object"}}}},"x-payment-info":{"price":{"currency":"USD","max":"0.50","min":"0.0001","mode":"dynamic"},"protocols":[{"x402":{}}]}}},"/v1/prompt-coach/optimize":{"post":{"description":"AI-powered prompt engineering: analyzes your prompt and returns an improved version with higher specificity, better structure, and optimized for the target model.","operationId":"promptCoachOptimize","requestBody":{"content":{"application/json":{"schema":{"properties":{"goal":{"description":"What you want the prompt to achieve","type":"string"},"prompt":{"description":"The prompt to optimize","type":"string"},"target_model":{"description":"Target model the prompt will be used with (e.g. gpt-4.1, claude-sonnet-4-6)","type":"string"}},"required":["prompt"],"type":"object"}}},"required":true},"responses":{"200":{"content":{"application/json":{"schema":{"properties":{"data":{"type":"object"}},"type":"object"}}},"description":"Successful response"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Prompt Coach — Optimize","x-bazaar":{"schema":{"properties":{"input":{"properties":{"body":{"properties":{"goal":{"description":"What you want the prompt to achieve","type":"string"},"prompt":{"description":"The prompt to optimize","type":"string"},"target_model":{"description":"Target model the prompt will be used with","type":"string"}},"type":"object"}},"type":"object"},"output":{"properties":{"example":{"description":"JSON response with requested data","type":"object"}},"type":"object"}}}},"x-payment-info":{"price":{"currency":"USD","max":"0.50","min":"0.0001","mode":"dynamic"},"protocols":[{"x402":{}}]}}},"/v1/realtime":{"get":{"description":"Upgrade to WebSocket for real-time bidirectional streaming. Supports voice-to-voice and low-latency text conversations with GPT-4o-realtime and Gemini Live models.","operationId":"realtime","parameters":[{"description":"Realtime model ID (e.g. gpt-4o-realtime-preview, gemini-2.0-flash-live)","in":"query","name":"model","required":true,"schema":{"type":"string"}}],"responses":{"101":{"description":"Switching Protocols (WebSocket upgrade)"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Realtime Streaming (WebSocket)","x-bazaar":{"schema":{"properties":{"input":{"properties":{"body":{"properties":{"model":{"description":"Realtime model ID (e.g. gpt-4o-realtime-preview, gemini-2.0-flash-live)","type":"string"}},"type":"object"}},"type":"object"},"output":{"properties":{"example":{"description":"JSON response with requested data","type":"object"}},"type":"object"}}}},"x-payment-info":{"price":{"currency":"USD","max":"0.50","min":"0.0001","mode":"dynamic"},"protocols":[{"x402":{}}]}}},"/v1/rerank":{"post":{"description":"Rerank documents by relevance to a query. Improves RAG retrieval quality.","operationId":"rerank","requestBody":{"content":{"application/json":{"schema":{"properties":{"documents":{"description":"Array of document strings to rerank","type":"array"},"model":{"description":"Rerank model ID","type":"string"},"query":{"description":"The query to rank documents against","type":"string"}},"required":["model","query","documents"],"type":"object"}}},"required":true},"responses":{"200":{"content":{"application/json":{"schema":{"properties":{"data":{"type":"object"}},"type":"object"}}},"description":"Successful response"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Rerank","x-bazaar":{"schema":{"properties":{"input":{"properties":{"body":{"properties":{"documents":{"description":"Array of document strings to rerank","type":"array"},"model":{"description":"Rerank model ID","type":"string"},"query":{"description":"The query to rank documents against","type":"string"}},"type":"object"}},"type":"object"},"output":{"properties":{"example":{"description":"JSON response with requested data","type":"object"}},"type":"object"}}}},"x-payment-info":{"price":{"currency":"USD","max":"0.50","min":"0.0001","mode":"dynamic"},"protocols":[{"x402":{}}]}}},"/v1/responses":{"post":{"description":"OpenAI Responses API — stateful multi-turn with built-in tools (web search, code interpreter, file search).","operationId":"responses","requestBody":{"content":{"application/json":{"schema":{"properties":{"input":{"description":"User input text or structured input array","type":"string"},"model":{"description":"Model ID (e.g. gpt-4.1-nano, gpt-4.1-mini)","type":"string"},"tools":{"description":"Built-in tools: web_search, code_interpreter, file_search","type":"array"}},"required":["model","input"],"type":"object"}}},"required":true},"responses":{"200":{"content":{"application/json":{"schema":{"properties":{"data":{"type":"object"}},"type":"object"}}},"description":"Successful response"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Responses API","x-bazaar":{"schema":{"properties":{"input":{"properties":{"body":{"properties":{"input":{"description":"User input text or structured input array","type":"string"},"model":{"description":"Model ID (e.g. gpt-4.1-nano, gpt-4.1-mini)","type":"string"},"tools":{"description":"Built-in tools: web_search, code_interpreter, file_search","type":"array"}},"type":"object"}},"type":"object"},"output":{"properties":{"example":{"description":"JSON response with requested data","type":"object"}},"type":"object"}}}},"x-payment-info":{"price":{"currency":"USD","max":"0.50","min":"0.0001","mode":"dynamic"},"protocols":[{"x402":{}}]}}},"/v1/responses/compact":{"post":{"description":"Lightweight variant of the Responses API — returns only the final assistant message without intermediate tool results. Lower cost, ideal for simple Q\u0026A agents.","operationId":"responsesCompact","requestBody":{"content":{"application/json":{"schema":{"properties":{"input":{"description":"User input text or structured input array","type":"string"},"model":{"description":"Model ID (e.g. gpt-4.1-nano, gpt-4.1-mini)","type":"string"}},"required":["model","input"],"type":"object"}}},"required":true},"responses":{"200":{"content":{"application/json":{"schema":{"properties":{"data":{"type":"object"}},"type":"object"}}},"description":"Successful response"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Responses Compact","x-bazaar":{"schema":{"properties":{"input":{"properties":{"body":{"properties":{"input":{"description":"User input text or structured input array","type":"string"},"model":{"description":"Model ID (e.g. gpt-4.1-nano, gpt-4.1-mini)","type":"string"}},"type":"object"}},"type":"object"},"output":{"properties":{"example":{"description":"JSON response with requested data","type":"object"}},"type":"object"}}}},"x-payment-info":{"price":{"currency":"USD","max":"0.50","min":"0.0001","mode":"dynamic"},"protocols":[{"x402":{}}]}}},"/v1/search":{"post":{"description":"AI-powered web search returning structured results with citations.","operationId":"webSearch","requestBody":{"content":{"application/json":{"schema":{"properties":{"query":{"description":"Search query","type":"string"}},"required":["query"],"type":"object"}}},"required":true},"responses":{"200":{"content":{"application/json":{"schema":{"properties":{"data":{"type":"object"}},"type":"object"}}},"description":"Successful response"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Web Search","x-bazaar":{"schema":{"properties":{"input":{"properties":{"body":{"properties":{"query":{"description":"Search query","type":"string"}},"type":"object"}},"type":"object"},"output":{"properties":{"example":{"description":"JSON response with requested data","type":"object"}},"type":"object"}}}},"x-payment-info":{"price":{"currency":"USD","max":"0.05","min":"0.001","mode":"dynamic"},"protocols":[{"x402":{}}]}}},"/v1/videos/generations":{"post":{"description":"Generate videos from text or image prompts using Seedance, Kling, Runway, and other frontier models.","operationId":"videoGeneration","requestBody":{"content":{"application/json":{"schema":{"properties":{"duration":{"description":"Duration in seconds (default 5)","type":"number"},"model":{"description":"Video model ID (e.g. seedance-2.0, kling-v2)","type":"string"},"prompt":{"description":"Text description of the video to generate","type":"string"}},"required":["model","prompt"],"type":"object"}}},"required":true},"responses":{"200":{"content":{"application/json":{"schema":{"properties":{"data":{"type":"object"}},"type":"object"}}},"description":"Successful response"},"402":{"description":"Payment Required"}},"security":[{"x402":[]}],"summary":"Video Generation","x-bazaar":{"schema":{"properties":{"input":{"properties":{"body":{"properties":{"duration":{"description":"Duration in seconds (default 5)","type":"number"},"model":{"description":"Video model ID (e.g. seedance-2.0, kling-v2)","type":"string"},"prompt":{"description":"Text description of the video to generate","type":"string"}},"type":"object"}},"type":"object"},"output":{"properties":{"example":{"description":"JSON response with requested data","type":"object"}},"type":"object"}}}},"x-payment-info":{"price":{"currency":"USD","max":"1.00","min":"0.05","mode":"dynamic"},"protocols":[{"x402":{}}]}}}},"security":[{"x402":[]}],"servers":[{"description":"Production","url":"https://api.jarvisclaw.ai"}],"x-payment-defaults":{"asset":"USDC","facilitator":"https://api.cdp.coinbase.com/platform/v2/x402","network":"eip155:8453","payTo":"0xDC59fa7b64988B846e76eC9849bb68f889071506"}}