{"uid":"cap_af1OUEON9Qi-7twdRA_3B","slug":"cortexcloud-jobs-queue-x402-2a3ea193","name":"CortexCloud Jobs Queue (x402)","description":"OpenAI-compatible AI and data API for agents. Pay per call in USDC on Base via x402 — no API keys, no subscriptions, no lock-in.","url":"https://api.cortexcloud.org/x402/v1/jobs","method":"GET","headers":{},"bodySchema":{"type":"object","properties":{"method":{"type":"string","default":"POST"},"payload":{"type":"object","description":"Request body to send to the endpoint"},"endpoint":{"type":"string","description":"Relative x402 endpoint to call asynchronously, e.g. /x402/v1/search"}}},"responseSchema":{"type":"object","format":"application/json","example":{"id":"job_abc","status":"queued"}},"example":null,"exampleRequest":null,"tags":["x402"],"displayCostAmount":"0.005","displayCostAsset":"USDC","priceDynamic":false,"priceHint":null,"priceStatus":"priced","priceSource":"probe","requiresHandshake":false,"reviewCount":0,"rating":{"score":"0.00","successRate":"0.00","reviews":0,"stars":null,"state":"unrated"},"availabilityStatus":"unknown","priceObserved":null,"sessionDeposit":null,"pricing":{"kind":"static","summary":"$0.005/call","primary":{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.005","per":"call","confidence":"exact"},"accepted":[{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.005","per":"call","confidence":"exact"}]},"paymentMethods":[{"uid":"pm_w-McYbobroxHZsTwDEU_n","protocol":"x402","methodType":"crypto","chain":"base","mode":"charge","costAmount":"0.005","costPer":"request","priority":0,"asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","unit":"request","depositMicros":null,"planRef":null}],"brandName":null,"brandSlug":null,"brandBaseUrl":null,"brandDocsUrl":null,"whatItDoes":"Submits an x402 endpoint call as an asynchronous job and returns a job ID with queued status, enabling non-blocking background execution of AI and data API requests paid per-call in USDC on Base.","exampleAgentPrompt":"Queue a background job on CortexCloud to run a search request — use the /x402/v1/search endpoint with POST method and my query payload — and give me the job ID so I can check back on it.","exampleUseCases":[{"title":"Async AI inference for long documents","prompt":"I have a large document summarization task — submit it as a background job to the CortexCloud /x402/v1/chat endpoint using POST, so it can process without blocking my workflow, and return the job ID."},{"title":"Queue a data enrichment pipeline","prompt":"Kick off a CortexCloud background job to enrich my company list — dispatch a POST to /x402/v1/enrich with my payload of company names, and come back with the job ID so I can poll when it's done."},{"title":"Non-blocking agent search dispatch","prompt":"Fire off an async job on CortexCloud to run a search query — target /x402/v1/search via POST with my search payload — and just give me the job ID, I'll check the result in a few seconds."}],"resultDescription":"Returns a JSON object containing a job ID (e.g. 'job_abc') and a status field set to 'queued', confirming the async task was accepted and is waiting to be processed.","failureModes":["Invalid or missing endpoint path — returns error if 'endpoint' field is absent or malformed","Payment failure — x402 USDC payment on Base not completed, resulting in 402 rejection","Unsupported HTTP method — if method value is not accepted by the target endpoint","Malformed payload — JSON parse errors or schema violations in the nested payload object","Target endpoint unavailable — downstream CortexCloud service is down or unreachable"],"whenToPreferThis":"Choose this endpoint when you need to fire-and-forget a potentially slow or expensive CortexCloud AI/data API call without blocking your agent's main execution thread. It is ideal when the downstream operation (e.g. large inference, search, enrichment) may take more than a few seconds and you want to poll for results asynchronously. Prefer this over direct synchronous calls when orchestrating multi-step pipelines or when you need to parallelize several CortexCloud tasks at once.","instructions":null,"reviewSummary":null,"reviewSummaryHighlights":null,"reviewSummaryConcerns":null,"reviewSummaryGeneratedAt":null,"activationCount":0,"lastUsedAt":null,"lastSuccessfullyRanAt":null,"lastHealthCheckAt":"2026-09-15T06:30:18.837Z","isFirstParty":false}