{"data":{"capabilities":[{"id":"academic.search","name":"Academic Search","description":"Search scholarly literature via OpenAlex (falling back to Crossref) and return normalized works with titles, authors, publication years, DOIs, journals, citation counts, and open-access status.","category":"academic","method":"POST","path":"/v1/academic/search","provider":{"kind":"provider","slugs":["academic.openalex","academic.crossref"]},"price":{"amount":"0.01","currency":"USDC"},"status":"active","requestSchema":{"type":"object","properties":{"query":{"type":"string","description":"Free-text search query.","example":"large language models healthcare","minLength":1,"maxLength":500},"limit":{"type":"number","description":"Maximum number of results to return.","example":10,"minimum":1,"maximum":50,"default":10}},"required":["query"]},"example":{"request":{"query":"large language models healthcare","limit":5},"response":{"data":{"results":[{"id":"openalex:W2741809807","title":"The state of OA","authors":["Heather Piwowar"],"publicationYear":2018,"doi":"10.7717/peerj.4375","url":"https://doi.org/10.7717/peerj.4375","journal":"PeerJ","citations":391,"openAccess":true,"source":"openalex"}],"meta":{"count":1}},"meta":{"requestId":"req_1a2b3c..."}}},"responseSchema":{"properties":{"data":{"type":"object","properties":{"results":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"title":{"type":"string"},"authors":{"type":"array","items":{"type":"string"}},"publicationYear":{"type":["number","null"]},"doi":{"type":["string","null"]},"url":{"type":["string","null"]},"journal":{"type":["string","null"]},"citations":{"type":["number","null"]},"openAccess":{"type":"boolean"},"source":{"type":"string"}}}},"meta":{"type":"object","properties":{"count":{"type":"number"}}}}},"meta":{"type":"object","properties":{"requestId":{"type":"string"}}}},"required":["data","meta"]}},{"id":"academic.work","name":"Academic Work Lookup","description":"Retrieve a single scholarly work by DOI via OpenAlex (falling back to Crossref) and return its normalized title, authors, publication year, journal, citation count, and open-access status.","category":"academic","method":"POST","path":"/v1/academic/work","provider":{"kind":"provider","slugs":["academic.openalex","academic.crossref"]},"price":{"amount":"0.005","currency":"USDC"},"status":"active","requestSchema":{"type":"object","properties":{"doi":{"type":"string","description":"Digital Object Identifier (DOI) of the work.","example":"10.7717/peerj.4375"}},"required":["doi"]},"example":{"request":{"doi":"10.7717/peerj.4375"},"response":{"data":{"id":"openalex:W2741809807","title":"The state of OA","authors":["Heather Piwowar"],"publicationYear":2018,"doi":"10.7717/peerj.4375","url":"https://doi.org/10.7717/peerj.4375","journal":"PeerJ","citations":391,"openAccess":true,"source":"openalex"},"meta":{"requestId":"req_1a2b3c..."}}},"responseSchema":{"properties":{"data":{"type":"object","properties":{"id":{"type":"string"},"title":{"type":"string"},"authors":{"type":"array","items":{"type":"string"}},"publicationYear":{"type":["number","null"]},"doi":{"type":["string","null"]},"url":{"type":["string","null"]},"journal":{"type":["string","null"]},"citations":{"type":["number","null"]},"openAccess":{"type":"boolean"},"source":{"type":"string"}}},"meta":{"type":"object","properties":{"requestId":{"type":"string"}}}},"required":["data","meta"]}},{"id":"news.search","name":"News Search","description":"Search recent news coverage via GDELT and return normalized articles with titles, URLs, source domains, publish dates, languages, and countries.","category":"news","method":"POST","path":"/v1/news/search","provider":{"kind":"provider","slugs":["news.gdelt"]},"price":{"amount":"0.01","currency":"USDC"},"status":"active","requestSchema":{"type":"object","properties":{"query":{"type":"string","description":"Free-text search query.","example":"renewable energy Africa","minLength":1,"maxLength":500},"limit":{"type":"number","description":"Maximum number of articles to return.","example":10,"minimum":1,"maximum":50,"default":10}},"required":["query"]},"example":{"request":{"query":"renewable energy Africa","limit":5},"response":{"data":{"results":[{"title":"Example headline","url":"https://example.com/article","source":"example.com","publishedAt":"2026-01-15T12:00:00Z","language":"English","country":"United States"}]},"meta":{"requestId":"req_1a2b3c...","attribution":"News data provided by the GDELT Project (gdeltproject.org)"}}},"responseSchema":{"properties":{"data":{"type":"object","properties":{"results":{"type":"array","items":{"type":"object","properties":{"title":{"type":"string"},"url":{"type":"string"},"source":{"type":["string","null"]},"publishedAt":{"type":["string","null"]},"language":{"type":["string","null"]},"country":{"type":["string","null"]}}}}}},"meta":{"type":"object","properties":{"requestId":{"type":"string"},"attribution":{"type":"string"}}}},"required":["data","meta"]}},{"id":"news.trends","name":"News Trends","description":"Return normalized daily news-coverage volume for a topic, entity, or event via GDELT as a time series of dated volume points.","category":"news","method":"POST","path":"/v1/news/trends","provider":{"kind":"provider","slugs":["news.gdelt"]},"price":{"amount":"0.02","currency":"USDC"},"status":"active","requestSchema":{"type":"object","properties":{"query":{"type":"string","description":"Topic, entity, or event to retrieve trend volume for.","example":"renewable energy","minLength":1,"maxLength":500},"timespan":{"type":"string","description":"GDELT timespan window (e.g. \"1d\", \"7d\", \"1m\"). Defaults to \"7d\".","example":"7d"}},"required":["query"]},"example":{"request":{"query":"renewable energy","timespan":"7d"},"response":{"data":{"term":"renewable energy","points":[{"date":"20260101","volume":12.3}]},"meta":{"requestId":"req_1a2b3c...","attribution":"News data provided by the GDELT Project (gdeltproject.org)"}}},"responseSchema":{"properties":{"data":{"type":"object","properties":{"term":{"type":"string"},"points":{"type":"array","items":{"type":"object","properties":{"date":{"type":"string"},"volume":{"type":"number"}}}}}},"meta":{"type":"object","properties":{"requestId":{"type":"string"},"attribution":{"type":"string"}}}},"required":["data","meta"]}},{"id":"crypto.price","name":"Crypto Price","description":"Get current price and 24-hour change for one or more cryptocurrency assets in a specified quote currency via CoinGecko.","category":"crypto","method":"POST","path":"/v1/crypto/price","provider":{"kind":"provider","slugs":["crypto.coingecko"]},"price":{"amount":"0.002","currency":"USDC"},"status":"active","requestSchema":{"type":"object","properties":{"assets":{"description":"CoinGecko asset identifiers (lowercase slugs, e.g. \"bitcoin\").","example":["bitcoin","ethereum"],"minItems":1,"maxItems":20,"type":"array","items":{"type":"string"}},"currency":{"type":"string","description":"Quote currency (ISO-style 3-letter code, lowercase).","example":"usd","default":"usd"}},"required":["assets"]},"example":{"request":{"assets":["bitcoin","ethereum"],"currency":"usd"},"response":{"data":{"assets":[{"id":"bitcoin","symbol":"btc","price":104523.42,"currency":"usd","change24h":2.31}],"missing":[]},"meta":{"requestId":"req_1a2b3c..."}}},"responseSchema":{"properties":{"data":{"type":"object","properties":{"assets":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"symbol":{"type":"string"},"price":{"type":["number","null"]},"currency":{"type":"string"},"change24h":{"type":["number","null"]}}}},"missing":{"type":"array","items":{"type":"string"}}}},"meta":{"type":"object","properties":{"requestId":{"type":"string"}}}},"required":["data","meta"]}},{"id":"crypto.market","name":"Crypto Market Data","description":"Get market capitalization, rank, 24h volume, and circulating/total/max supply for one or more cryptocurrency assets via CoinGecko.","category":"crypto","method":"POST","path":"/v1/crypto/market","provider":{"kind":"provider","slugs":["crypto.coingecko"]},"price":{"amount":"0.005","currency":"USDC"},"status":"active","requestSchema":{"type":"object","properties":{"assets":{"description":"CoinGecko asset identifiers (lowercase slugs, e.g. \"bitcoin\").","example":["bitcoin","ethereum"],"minItems":1,"maxItems":20,"type":"array","items":{"type":"string"}},"currency":{"type":"string","description":"Quote currency (ISO-style 3-letter code, lowercase).","example":"usd","default":"usd"}},"required":["assets"]},"example":{"request":{"assets":["bitcoin"],"currency":"usd"},"response":{"data":{"markets":[{"id":"bitcoin","symbol":"btc","name":"Bitcoin","price":104523.42,"currency":"usd","marketCap":2080000000000,"marketCapRank":1,"volume24h":42000000000,"change24h":2.31,"circulatingSupply":19800000,"totalSupply":21000000,"maxSupply":21000000}],"missing":[]},"meta":{"requestId":"req_1a2b3c..."}}},"responseSchema":{"properties":{"data":{"type":"object","properties":{"markets":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"symbol":{"type":"string"},"name":{"type":"string"},"price":{"type":["number","null"]},"currency":{"type":"string"},"marketCap":{"type":["number","null"]},"marketCapRank":{"type":["number","null"]},"volume24h":{"type":["number","null"]},"change24h":{"type":["number","null"]},"circulatingSupply":{"type":["number","null"]},"totalSupply":{"type":["number","null"]},"maxSupply":{"type":["number","null"]}}}},"missing":{"type":"array","items":{"type":"string"}}}},"meta":{"type":"object","properties":{"requestId":{"type":"string"}}}},"required":["data","meta"]}},{"id":"fx.rates","name":"FX Reference Rates","description":"Get current or historical foreign exchange reference rates for a base currency against one or more target currencies via Frankfurter (ECB data).","category":"finance","method":"POST","path":"/v1/fx/rates","provider":{"kind":"provider","slugs":["fx.frankfurter"]},"price":{"amount":"0.002","currency":"USDC"},"status":"active","requestSchema":{"type":"object","properties":{"base":{"type":"string","description":"Base currency (ISO-style 3-letter code).","example":"USD"},"currencies":{"description":"Target currencies to quote against the base currency.","example":["EUR","GBP","NGN"],"minItems":1,"maxItems":20,"type":"array","items":{"type":"string"}},"date":{"type":"string","description":"Historical date (YYYY-MM-DD) for reference rates as of that day. Omit for the latest available reference rates.","example":"2026-09-15"}},"required":["base","currencies"]},"example":{"request":{"base":"USD","currencies":["EUR","GBP","NGN"]},"response":{"data":{"base":"USD","date":"2026-09-15","rates":{"EUR":0.85,"GBP":0.74,"NGN":1530.22}},"meta":{"requestId":"req_1a2b3c..."}}},"responseSchema":{"properties":{"data":{"type":"object","properties":{"base":{"type":"string"},"date":{"type":"string"},"rates":{"type":"object","additionalProperties":{"type":"number"}}}},"meta":{"type":"object","properties":{"requestId":{"type":"string"}}}},"required":["data","meta"]}},{"id":"weather","name":"Weather Forecast","description":"Get current conditions and a multi-day daily forecast (temperature, humidity, wind, precipitation) for a coordinate via Open-Meteo.","category":"weather","method":"POST","path":"/v1/weather","provider":{"kind":"provider","slugs":["weather.openmeteo"]},"price":{"amount":"0.003","currency":"USDC"},"status":"active","requestSchema":{"type":"object","properties":{"latitude":{"type":"number","description":"Latitude in decimal degrees.","example":6.5244,"minimum":-90,"maximum":90},"longitude":{"type":"number","description":"Longitude in decimal degrees.","example":3.3792,"minimum":-180,"maximum":180},"days":{"type":"number","description":"Number of days of daily forecast to include.","example":3,"minimum":1,"maximum":16,"default":3}},"required":["latitude","longitude"]},"example":{"request":{"latitude":6.5244,"longitude":3.3792,"days":3},"response":{"data":{"location":{"latitude":6.5244,"longitude":3.3792,"timezone":"Africa/Lagos"},"current":{"time":"2026-09-16T12:00","temperature":27.4,"humidity":80,"windSpeed":12.4,"precipitation":0,"weatherCode":3},"daily":[{"date":"2026-09-16","temperatureMax":30.1,"temperatureMin":24,"weatherCode":3}]},"meta":{"requestId":"req_1a2b3c..."}}},"responseSchema":{"properties":{"data":{"type":"object","properties":{"location":{"type":"object","properties":{"latitude":{"type":"number"},"longitude":{"type":"number"},"timezone":{"type":["string","null"]}}},"current":{"type":["object","null"],"properties":{"time":{"type":"string"},"temperature":{"type":["number","null"]},"humidity":{"type":["number","null"]},"windSpeed":{"type":["number","null"]},"precipitation":{"type":["number","null"]},"weatherCode":{"type":["number","null"]}}},"daily":{"type":"array","items":{"type":"object","properties":{"date":{"type":"string"},"temperatureMax":{"type":["number","null"]},"temperatureMin":{"type":["number","null"]},"weatherCode":{"type":["number","null"]}}}}}},"meta":{"type":"object","properties":{"requestId":{"type":"string"}}}},"required":["data","meta"]}},{"id":"geocode","name":"Geocode","description":"Forward geocode a place name to coordinates, or reverse geocode coordinates to a place, via Photon, returning normalized address components.","category":"geography","method":"POST","path":"/v1/geocode","provider":{"kind":"provider","slugs":["geocode.photon"]},"price":{"amount":"0.002","currency":"USDC"},"status":"active","requestSchema":{"type":"object","properties":{"mode":{"type":"string","description":"Which geocoding operation to perform.","enum":["forward","reverse"],"example":"forward"},"query":{"type":"string","description":"Free-text place query. Required when mode is \"forward\".","example":"Lagos, Nigeria","minLength":1,"maxLength":200},"limit":{"type":"number","description":"Maximum number of results to return. Only used when mode is \"forward\".","example":5,"minimum":1,"maximum":20,"default":5},"latitude":{"type":"number","description":"Latitude in decimal degrees. Required when mode is \"reverse\".","example":6.5244,"minimum":-90,"maximum":90},"longitude":{"type":"number","description":"Longitude in decimal degrees. Required when mode is \"reverse\".","example":3.3792,"minimum":-180,"maximum":180}},"required":["mode"]},"example":{"request":{"mode":"forward","query":"Lagos, Nigeria","limit":5},"response":{"data":{"results":[{"id":"27565124","name":"Lagos","street":null,"houseNumber":null,"city":"Lagos","state":"Lagos","country":"Nigeria","countryCode":"NG","postcode":null,"latitude":6.5244,"longitude":3.3792,"type":"city"}]},"meta":{"requestId":"req_1a2b3c..."}}},"responseSchema":{"properties":{"data":{"type":"object","properties":{"results":{"type":"array","items":{"type":"object","properties":{"id":{"type":["string","null"]},"name":{"type":["string","null"]},"street":{"type":["string","null"]},"houseNumber":{"type":["string","null"]},"city":{"type":["string","null"]},"state":{"type":["string","null"]},"country":{"type":["string","null"]},"countryCode":{"type":["string","null"]},"postcode":{"type":["string","null"]},"latitude":{"type":"number"},"longitude":{"type":"number"},"type":{"type":["string","null"]}}}}}},"meta":{"type":"object","properties":{"requestId":{"type":"string"}}}},"required":["data","meta"]}},{"id":"holidays","name":"Public Holidays","description":"Retrieve public holiday dates and names for a specified country and year via Nager.Date, including whether each holiday is observed nationwide.","category":"calendar","method":"POST","path":"/v1/holidays","provider":{"kind":"provider","slugs":["holidays.nager"]},"price":{"amount":"0.002","currency":"USDC"},"status":"active","requestSchema":{"type":"object","properties":{"country":{"type":"string","description":"ISO 3166-1 alpha-2 country code.","example":"NG"},"year":{"type":"number","description":"Calendar year.","example":2026,"minimum":1900,"maximum":2100}},"required":["country","year"]},"example":{"request":{"country":"NG","year":2026},"response":{"data":{"country":"NG","year":2026,"holidays":[{"date":"2026-10-01","name":"National Day","localName":"National Day","countryCode":"NG","global":true,"counties":null,"types":["Public"]}]},"meta":{"requestId":"req_1a2b3c..."}}},"responseSchema":{"properties":{"data":{"type":"object","properties":{"country":{"type":"string"},"year":{"type":"number"},"holidays":{"type":"array","items":{"type":"object","properties":{"date":{"type":"string"},"name":{"type":"string"},"localName":{"type":"string"},"countryCode":{"type":"string"},"global":{"type":"boolean"},"counties":{"type":["array","null"],"items":{"type":"string"}},"types":{"type":["array","null"],"items":{"type":"string"}}}}}}},"meta":{"type":"object","properties":{"requestId":{"type":"string"}}}},"required":["data","meta"]}},{"id":"knowledge.search","name":"Knowledge Search","description":"Search Wikidata for entities matching a free-text query and return normalized entity names, descriptions, and reference URLs.","category":"knowledge","method":"POST","path":"/v1/knowledge/search","provider":{"kind":"provider","slugs":["knowledge.wikimedia"]},"price":{"amount":"0.005","currency":"USDC"},"status":"active","requestSchema":{"type":"object","properties":{"query":{"type":"string","description":"Free-text entity/knowledge search query.","example":"Lagos","minLength":1,"maxLength":200},"limit":{"type":"number","description":"Maximum number of results to return.","example":10,"minimum":1,"maximum":20,"default":10},"language":{"type":"string","description":"ISO-style language code for labels/descriptions (e.g. \"en\", \"fr\").","example":"en","default":"en"}},"required":["query"]},"example":{"request":{"query":"Lagos","limit":5,"language":"en"},"response":{"data":{"results":[{"id":"Q8673","name":"Lagos","description":"city in Lagos State, Nigeria","url":"https://www.wikidata.org/wiki/Q8673","source":"wikimedia"}]},"meta":{"requestId":"req_1a2b3c...","attribution":"Data from Wikidata, available under CC0"}}},"responseSchema":{"properties":{"data":{"type":"object","properties":{"results":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"description":{"type":["string","null"]},"url":{"type":"string"},"source":{"type":"string"}}}}}},"meta":{"type":"object","properties":{"requestId":{"type":"string"},"attribution":{"type":"string"}}}},"required":["data","meta"]}},{"id":"government.census","name":"US Census Query","description":"Query a constrained subset of US Census Bureau statistical datasets and return the requested variables as normalized rows for the specified geography.","category":"government","method":"POST","path":"/v1/government/census","provider":{"kind":"provider","slugs":["government.census"]},"price":{"amount":"0.01","currency":"USDC"},"status":"active","requestSchema":{"type":"object","properties":{"dataset":{"type":"string","description":"Which Census dataset to query.","enum":["acs/acs1","acs/acs5"],"example":"acs/acs1"},"year":{"type":"number","description":"Data year for the dataset vintage.","example":2021,"minimum":2009,"maximum":2035},"variables":{"description":"Census variable codes to retrieve (e.g. \"NAME\", \"B01001_001E\").","example":["NAME","B01001_001E"],"minItems":1,"maxItems":10,"type":"array","items":{"type":"string"}},"forGeography":{"type":"string","description":"A single Census geography clause (e.g. \"state:*\", \"state:06\", \"county:*\"). Chained clauses (\"&in=...\") are not supported in this initial capability.","example":"state:*","minLength":3,"maxLength":100}},"required":["dataset","year","variables","forGeography"]},"example":{"request":{"dataset":"acs/acs1","year":2021,"variables":["NAME","B01001_001E"],"forGeography":"state:*"},"response":{"data":{"dataset":"acs/acs1","year":2021,"columns":["NAME","B01001_001E"],"rows":[{"NAME":"California","B01001_001E":"39029342"}]},"meta":{"requestId":"req_1a2b3c...","source":"us-census"}}},"responseSchema":{"properties":{"data":{"type":"object","properties":{"dataset":{"type":"string"},"year":{"type":"number"},"columns":{"type":"array","items":{"type":"string"}},"rows":{"type":"array","items":{"type":"object","additionalProperties":{"type":"string"}}}}},"meta":{"type":"object","properties":{"requestId":{"type":"string"},"source":{"type":"string"}}}},"required":["data","meta"]}},{"id":"research","name":"Research Composition","description":"Aggregate information from selected Callrack research capabilities (academic, news, knowledge, and optionally government) and return structured research evidence with per-source status; deterministic composition, not an AI-generated answer.","category":"research","method":"POST","path":"/v1/research","provider":{"kind":"composite"},"price":{"amount":"0.05","currency":"USDC"},"status":"active","requestSchema":{"type":"object","properties":{"query":{"type":"string","description":"The research question or topic to gather information about.","example":"renewable energy investment in Africa","minLength":3,"maxLength":500},"sources":{"type":"array","description":"Which Callrack capabilities to consult. Defaults to academic + news + knowledge when omitted. \"government\" additionally requires the `government` options object.","example":["academic","news","knowledge"],"minItems":1,"maxItems":4,"items":{"type":"string","enum":["academic","news","knowledge","government"]}},"limit":{"type":"number","description":"Maximum number of results requested from each search-based source.","example":5,"minimum":1,"maximum":10,"default":5},"government":{"description":"Required when `sources` includes \"government\"; ignored otherwise.","allOf":[{"type":"object","properties":{"dataset":{"type":"string","description":"Which Census dataset to query.","enum":["acs/acs1","acs/acs5"],"example":"acs/acs1"},"year":{"type":"number","description":"Data year for the dataset vintage.","example":2021,"minimum":2009,"maximum":2035},"variables":{"description":"Census variable codes to retrieve (e.g. \"NAME\", \"B01001_001E\").","example":["NAME","B01001_001E"],"minItems":1,"maxItems":10,"type":"array","items":{"type":"string"}},"forGeography":{"type":"string","description":"A single Census geography clause (e.g. \"state:*\", \"state:06\").","example":"state:*","minLength":3,"maxLength":100}},"required":["dataset","year","variables","forGeography"]}]}},"required":["query"]},"example":{"request":{"query":"renewable energy investment in Africa","sources":["academic","news","knowledge"]},"response":{"data":{"query":"renewable energy investment in Africa","status":"complete","sources":{"academic":{"status":"success","data":{"results":[],"meta":{"count":0}}},"news":{"status":"success","data":{"results":[]}},"knowledge":{"status":"success","data":{"results":[]}}},"findings":[],"disagreements":[],"composition":{"sourcesRequested":["academic","news","knowledge"],"sourcesSucceeded":["academic","news","knowledge"],"sourcesEmpty":[],"sourcesFailed":[],"retrievedAt":"2026-01-15T12:00:00Z"}},"meta":{"requestId":"req_1a2b3c...","sourcesUsed":["academic","news","knowledge"]}}},"responseSchema":{"properties":{"data":{"type":"object","properties":{"query":{"type":"string"},"status":{"type":"string","enum":["complete","partial","failed"]},"sources":{"type":"object","properties":{"academic":{"type":"object"},"news":{"type":"object"},"knowledge":{"type":"object"},"government":{"type":"object"}}},"findings":{"type":"array","items":{"type":"object"}},"disagreements":{"type":"array","items":{"type":"object"}},"composition":{"type":"object","properties":{"sourcesRequested":{"type":"array","items":{"type":"string"}},"sourcesSucceeded":{"type":"array","items":{"type":"string"}},"sourcesEmpty":{"type":"array","items":{"type":"string"}},"sourcesFailed":{"type":"array","items":{"type":"string"}},"retrievedAt":{"type":"string"}}}}},"meta":{"type":"object","properties":{"requestId":{"type":"string"},"sourcesUsed":{"type":"array","items":{"type":"string"}}}}},"required":["data","meta"]}},{"id":"information.verify","name":"Verify","description":"Verify a claim against existing Callrack capabilities (academic, news, knowledge) and return a deterministic verdict - supported, contradicted, mixed, or insufficient - with the underlying evidence. Uses explainable lexical term-overlap and negation-cue heuristics, never an LLM or semantic entailment.","category":"information","method":"POST","path":"/v1/verify","provider":{"kind":"composite"},"price":{"amount":"0.05","currency":"USDC"},"status":"active","requestSchema":{"type":"object","properties":{"claim":{"type":"string","description":"The claim to verify.","example":"Nigeria is the most populous country in Africa.","minLength":5,"maxLength":500},"sourceTypes":{"type":"array","description":"Which Callrack capabilities to check for relevant evidence. Defaults to academic + news + knowledge.","example":["academic","news","knowledge"],"minItems":1,"maxItems":3,"items":{"type":"string","enum":["academic","news","knowledge"]}},"maxSources":{"type":"number","description":"Maximum total evidence items to consider across every checked source.","example":12,"minimum":3,"maximum":30,"default":12}},"required":["claim"]},"example":{"request":{"claim":"Nigeria is the most populous country in Africa.","sourceTypes":["academic","news","knowledge"]},"response":{"data":{"claim":"Nigeria is the most populous country in Africa.","verdict":"supported","confidence":0.8,"evidence":[{"source":{"title":"Nigeria","url":"https://www.wikidata.org/wiki/Q1033","provider":"knowledge.search"},"excerpt":"country in West Africa","retrievedAt":"2026-01-15T12:00:00Z"}],"agreementCount":4,"contradictionCount":1,"sourcesChecked":5},"meta":{"requestId":"req_1a2b3c..."}}},"responseSchema":{"properties":{"data":{"type":"object","properties":{"claim":{"type":"string"},"verdict":{"type":"string","enum":["supported","contradicted","mixed","insufficient"]},"confidence":{"type":"number"},"evidence":{"type":"array","items":{"type":"object","properties":{"source":{"type":"object","properties":{"title":{"type":"string"},"url":{"type":["string","null"]},"provider":{"type":"string"}}},"excerpt":{"type":["string","null"]},"retrievedAt":{"type":"string"},"data":{"type":"object"}}}},"agreementCount":{"type":"number"},"contradictionCount":{"type":"number"},"sourcesChecked":{"type":"number"}}},"meta":{"type":"object","properties":{"requestId":{"type":"string"}}}},"required":["data","meta"]}},{"id":"information.evidence","name":"Evidence","description":"Return a machine-readable evidence pack for a query - real results from academic, news, and knowledge search with full source provenance and retrieval timestamps, never an AI-generated narrative answer.","category":"information","method":"POST","path":"/v1/evidence","provider":{"kind":"composite"},"price":{"amount":"0.05","currency":"USDC"},"status":"active","requestSchema":{"type":"object","properties":{"query":{"type":"string","description":"The topic or question to gather a machine-readable evidence pack about.","example":"renewable energy investment in Africa","minLength":3,"maxLength":500},"sourceTypes":{"type":"array","description":"Which Callrack capabilities to consult. Defaults to academic + news + knowledge.","example":["academic","news","knowledge"],"minItems":1,"maxItems":3,"items":{"type":"string","enum":["academic","news","knowledge"]}},"limit":{"type":"number","description":"Maximum number of results requested from each consulted source.","example":5,"minimum":1,"maximum":10,"default":5}},"required":["query"]},"example":{"request":{"query":"renewable energy investment in Africa","sourceTypes":["academic","news","knowledge"]},"response":{"data":{"query":"renewable energy investment in Africa","findings":[{"source":{"title":"Example headline","url":"https://example.com/article","provider":"news.search"},"retrievedAt":"2026-01-15T12:00:00Z","data":{"publishedAt":"2026-01-15T12:00:00Z","country":"Nigeria"}}],"sources":[{"title":"Example headline","url":"https://example.com/article","provider":"news.search"}],"retrievedAt":"2026-01-15T12:00:00Z"},"meta":{"requestId":"req_1a2b3c..."}}},"responseSchema":{"properties":{"data":{"type":"object","properties":{"query":{"type":"string"},"findings":{"type":"array","items":{"type":"object","properties":{"source":{"type":"object"},"excerpt":{"type":["string","null"]},"retrievedAt":{"type":"string"},"data":{"type":"object"}}}},"sources":{"type":"array","items":{"type":"object"}},"retrievedAt":{"type":"string"}}},"meta":{"type":"object","properties":{"requestId":{"type":"string"}}}},"required":["data","meta"]}},{"id":"information.compare","name":"Compare","description":"Compare information gathered from academic, news, and knowledge search for a query - distinct subjects, a flattened table of real attribute values, deduplicated sources, and any detected disagreements. Never fabricates a value a provider did not return.","category":"information","method":"POST","path":"/v1/compare","provider":{"kind":"composite"},"price":{"amount":"0.10","currency":"USDC"},"status":"active","requestSchema":{"type":"object","properties":{"query":{"type":"string","description":"The topic or entity name to gather and compare information about.","example":"Tesla","minLength":2,"maxLength":200},"sourceTypes":{"type":"array","description":"Which Callrack capabilities to consult. Defaults to academic + news + knowledge.","example":["academic","news","knowledge"],"minItems":1,"maxItems":3,"items":{"type":"string","enum":["academic","news","knowledge"]}},"limit":{"type":"number","description":"Maximum number of results requested from each consulted source.","example":5,"minimum":1,"maximum":10,"default":5}},"required":["query"]},"example":{"request":{"query":"Tesla","sourceTypes":["academic","news","knowledge"]},"response":{"data":{"query":"Tesla","subjects":[{"name":"Tesla, Inc.","sources":["knowledge.search"]}],"attributes":[{"subject":"Tesla, Inc.","key":"excerpt","value":"American electric vehicle manufacturer","provider":"knowledge.search"}],"sources":[{"title":"Tesla, Inc.","url":"https://www.wikidata.org/wiki/Q478214","provider":"knowledge.search"}],"disagreements":[]},"meta":{"requestId":"req_1a2b3c..."}}},"responseSchema":{"properties":{"data":{"type":"object","properties":{"query":{"type":"string"},"subjects":{"type":"array","items":{"type":"object","properties":{"name":{"type":"string"},"sources":{"type":"array","items":{"type":"string"}}}}},"attributes":{"type":"array","items":{"type":"object","properties":{"subject":{"type":"string"},"key":{"type":"string"},"value":{"type":"string"},"provider":{"type":"string"}}}},"sources":{"type":"array","items":{"type":"object"}},"disagreements":{"type":"array","items":{"type":"object"}}}},"meta":{"type":"object","properties":{"requestId":{"type":"string"}}}},"required":["data","meta"]}}],"network":{"name":"testnet","caip2":"algorand:SGO1GKSzyE7IEPItTxCByw9x8FmnrCDexi9/cOUJOiI=","facilitatorUrl":"https://facilitator.goplausible.xyz"}},"meta":{"requestId":"req_c52be4cba03448b6b65bf15e4e68f196"}}