{"api":"v1","generated_at":"2026-09-16T09:40:38.572Z","licence":{"name":"CC BY 4.0","url":"https://creativecommons.org/licenses/by/4.0/","attribution":"TOLL, with a link to the page cited"},"page":"https://tollindex.com/e/vaaya-ai-api-run-linkup-search-1bb7e3","pinned_page":"https://tollindex.com/e/vaaya-ai-api-run-linkup-search-1bb7e3/at/2026-09-16T04-48Z","pinned":false,"method":"https://tollindex.com/ledger/method","snapshot_at":"2026-09-16T04:48:25.992Z","snapshot_stamp":"2026-09-16T04-48Z","endpoint":{"slug":"vaaya-ai-api-run-linkup-search-1bb7e3","canonical_url":"https://vaaya.ai/api/run/linkup/search","resource":"https://vaaya.ai/api/run/linkup/search","http_method":"POST","type":"http","x402_version":2,"registries":["cdp"],"primary_registry":"cdp","curated_by_coinbase":false,"description":"Linkup — AI web search returning a cited answer or ranked results. Pass `q`; optional `outputType` (sourcedAnswer default — synthesized answer with sources | searchResults — raw ranked hits | structured — pass `structuredOutputSchema` JSON-schema string), `fromDate`/`toDate` (ISO), `includeDomains`/`excludeDomains`, `includeImages`, `includeInlineCitations`. Standard depth — one-pass retrieval. For hard multi-hop questions escalate to linkup/deep-search (5¢).","service_name":"Vaaya","declared_category":null,"declared_tags":["linkup","ai-agents","pay-per-call"],"route_template":":var1","registry_updated":"2026-09-16T00:27:22.842Z"},"derived":{"note":"fields no registry supplies; TOLL derives them and marks them derived on the page","title":"linkup search","category":"search","first_observed_by_toll":"2026-09-10T19:08:24.178Z","last_observed_by_toll":"2026-09-16T04:48:25.991Z","observation_began":"2026-09-10"},"presence":{"listed_now":true,"first_absent_at":null,"delisting_confirmed_at":null,"events":[{"registry":"cdp","at":"2026-09-10T19:08:24.178Z","event":"listed"}]},"accepts":[{"registry":"cdp","ordinal":0,"network":"eip155:8453","asset":"0x833589fcd6edb6e08f4c7c32d4f71b54bda02913","asset_name":"USD Coin","symbol":"USDC","decimals":6,"amount_display":"0.01 USDC","amount_units":0.01,"decimals_known":true,"pay_to":"0x7c655d3d3944Bd27994dD81A036C3aFB19806C40","scheme":"exact"}],"counters":{"observed_at":"2026-09-16T04:48:25.992Z","calls_30d":22,"unique_payers_30d":1,"last_called_at":"2026-09-07T01:24:13.357Z"},"validation":{"latest":{"observed_at":"2026-09-16T04:08:34.327Z","state":"malformed","failed_checks":["bazaar.routeTemplate.matches_resource"],"endpoint_http_status":402,"run_id":"daily-2026-09-16"},"uptime":[{"days":7,"observed":6,"passed":0,"ratio":0},{"days":30,"observed":6,"passed":0,"ratio":0},{"days":90,"observed":6,"passed":0,"ratio":0}],"history_90d":[{"observed_at":"2026-09-16T04:08:34.327Z","state":"malformed","failed_checks":["bazaar.routeTemplate.matches_resource"],"run_id":"daily-2026-09-16","state_changed":false},{"observed_at":"2026-09-15T04:06:39.004Z","state":"malformed","failed_checks":["bazaar.routeTemplate.matches_resource"],"run_id":"daily-2026-09-15","state_changed":false},{"observed_at":"2026-09-14T04:05:11.982Z","state":"malformed","failed_checks":["bazaar.routeTemplate.matches_resource"],"run_id":"daily-2026-09-14","state_changed":false},{"observed_at":"2026-09-13T04:04:53.971Z","state":"malformed","failed_checks":["bazaar.routeTemplate.matches_resource"],"run_id":"daily-2026-09-13","state_changed":false},{"observed_at":"2026-09-12T06:19:55.596Z","state":"malformed","failed_checks":["bazaar.routeTemplate.matches_resource"],"run_id":"daily-2026-09-12","state_changed":false},{"observed_at":"2026-09-11T09:46:58.423Z","state":"malformed","failed_checks":["bazaar.routeTemplate.matches_resource"],"run_id":"daily-2026-09-11","state_changed":true}]},"seller":{"wallet":"0x7c655d3d3944Bd27994dD81A036C3aFB19806C40","page":"https://tollindex.com/seller/0x7c655d3d3944Bd27994dD81A036C3aFB19806C40","endpoints":69,"hosts":1},"reports":0,"registry_record":{"cdp":[{"tags":["linkup","ai-agents","pay-per-call"],"type":"http","accepts":[{"asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","extra":{"name":"USD Coin","version":"2"},"payTo":"0x7c655d3d3944Bd27994dD81A036C3aFB19806C40","amount":"10000","scheme":"exact","network":"eip155:8453","maxTimeoutSeconds":360}],"iconUrl":"https://res.cloudinary.com/bdb-prod/image/upload/c_fill,ar_1:1,w_256,h_256,f_auto,q_auto/v1783358761/bazaar-icons/161e7ee036681539.png","quality":{"lastCalledAt":"2026-09-07T01:24:13.357Z","l30DaysTotalCalls":22,"l30DaysUniquePayers":1},"resource":"https://vaaya.ai/api/run/linkup/search","extensions":{"bazaar":{"info":{"input":{"body":{"q":"x402 payment protocol","outputType":"searchResults"},"type":"http","method":"POST","bodyType":"json","pathParams":{}},"output":{"type":"json","example":{"ok":true,"data":{},"charged_cents":1}}},"schema":{"type":"object","$schema":"https://json-schema.org/draft/2020-12/schema","required":["input"],"properties":{"input":{"type":"object","required":["type","method","bodyType","body"],"properties":{"body":{"type":"object","$schema":"http://json-schema.org/draft-07/schema#","required":["q"],"properties":{"q":{"type":"string","maxLength":4000,"minLength":1},"toDate":{"type":"string","maxLength":30,"minLength":4},"fromDate":{"type":"string","maxLength":30,"minLength":4},"outputType":{"enum":["sourcedAnswer","searchResults","structured"],"type":"string"},"includeImages":{"type":"boolean"},"excludeDomains":{"type":"array","items":{"type":"string"}},"includeDomains":{"type":"array","items":{"type":"string"}},"includeInlineCitations":{"type":"boolean"},"structuredOutputSchema":{"type":"string","minLength":2}},"additionalProperties":false},"type":{"type":"string","const":"http"},"method":{"enum":["POST"],"type":"string"},"bodyType":{"enum":["json","form-data","text"],"type":"string"},"pathParams":{"type":"object"}},"additionalProperties":false},"output":{"type":"object","required":["type"],"properties":{"type":{"type":"string"},"example":{"type":"object"}}}}},"routeTemplate":":var1"}},"description":"Linkup — AI web search returning a cited answer or ranked results. Pass `q`; optional `outputType` (sourcedAnswer default — synthesized answer with sources | searchResults — raw ranked hits | structured — pass `structuredOutputSchema` JSON-schema string), `fromDate`/`toDate` (ISO), `includeDomains`/`excludeDomains`, `includeImages`, `includeInlineCitations`. Standard depth — one-pass retrieval. For hard multi-hop questions escalate to linkup/deep-search (5¢).","lastUpdated":"2026-09-16T00:27:22.842Z","serviceName":"Vaaya","x402Version":2}]}}