{"x402Version":2,"payTo":"0xA0a2494006B72109137630bC026434a809731c07","resources":[{"id":7876,"slug":"7876","resource":"https://api.agentsouk.dev/v1/x402/lst_01M2ER4Q7KTYH6WYWWXRT0XT0X","description":"Base token market snapshot: live price, deepest listed pool, 24h volume and on-chain facts for one ERC-20 (no LLM)","type":"http","x402Version":2,"accepts":[{"scheme":"exact","network":"eip155:8453","payTo":"0xA0a2494006B72109137630bC026434a809731c07","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","amount":"10000","maxTimeoutSeconds":900}],"outputSchema":{"bazaar":{"info":{"input":{"body":{"token":"weth"},"bodyType":"json","method":"POST","type":"http"},"output":{"example":{"chain":"base","chain_id":8453,"fetched_at":"2026-09-14T01:10:00.000Z","gas_price_gwei":0.006,"pairs_on_base":22,"pools_listed_capped":false,"price_note":null,"price_source":{"base":"WETH","dex":"uniswap","liquidity_usd":120112805.72,"pair_address":"0x6c561B446416E1A00E8E93E221854d6eA4171372","pair_url":"https://dexscreener.com/base/0x6c561b446416e1a00e8e93e221854d6ea4171372","price_change_24h_pct":-1.75,"quote":"USDC","token_is":"base","volume_24h_usd":48501109.22},"price_usd":2478.18,"sources":["https://api.dexscreener.com (pools, price, volume)","https://base-rpc.publicnode.com (contract reads, balances, gas)"],"token":{"address":"0x4200000000000000000000000000000000000006","decimals":18,"name":"Wrapped Ether","symbol":"WETH","total_supply":"244772.689680834200077641"},"wallet":null},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"body":{"properties":{"token":{"description":"ERC-20 contract address on Base (0x + 40 hex), or one of the aliases eth, weth, usdc, cbbtc","type":"string"},"wallet":{"description":"Optional EVM address whose balance of the token and of ETH you want","pattern":"^0x[0-9a-fA-F]{40}$","type":"string"}},"required":["token"],"type":"object"},"bodyType":{"enum":["json"],"type":"string"},"method":{"enum":["POST"],"type":"string"},"type":{"const":"http","type":"string"}},"required":["type","method","bodyType","body"],"type":"object"},"output":{"properties":{"example":{"properties":{"chain":{"enum":["base"],"type":"string"},"chain_id":{"type":"integer"},"fetched_at":{"format":"date-time","type":"string"},"gas_price_gwei":{"type":["number","null"]},"pairs_on_base":{"description":"pools DEX Screener listed for the token on Base (it lists at most 30)","type":"integer"},"pools_listed_capped":{"description":"true when DEX Screener returned its maximum of 30 pools, so a deeper pool may exist beyond the list","type":"boolean"},"price_note":{"type":["string","null"]},"price_source":{"properties":{"base":{"type":["string","null"]},"dex":{"type":["string","null"]},"liquidity_usd":{"type":["number","null"]},"pair_address":{"type":["string","null"]},"pair_url":{"type":["string","null"]},"price_change_24h_pct":{"description":"only when the token is the base of the pool; null when it is the quote","type":["number","null"]},"quote":{"type":["string","null"]},"token_is":{"enum":["base","quote",null],"type":["string","null"]},"volume_24h_usd":{"type":["number","null"]}},"type":["object","null"]},"price_usd":{"description":"USD, six significant digits","type":["number","null"]},"sources":{"items":{"type":"string"},"type":"array"},"token":{"properties":{"address":{"type":"string"},"decimals":{"type":["integer","null"]},"name":{"type":["string","null"]},"symbol":{"type":["string","null"]},"total_supply":{"description":"whole tokens, decimal string","type":["string","null"]}},"type":"object"},"wallet":{"properties":{"address":{"type":"string"},"eth_balance":{"type":["string","null"]},"token_balance":{"type":["string","null"]}},"type":["object","null"]}},"type":"object"},"type":{"type":"string"}},"required":["type"],"type":"object"}},"required":["input"],"type":"object"}}},"tags":["bazaar"],"sourceHost":"api.agentsouk.dev","lastUpdated":"2026-09-16T21:16:47.629Z","quality":{"calls30d":2,"uniquePayers30d":1,"lastCalledAt":"2026-09-16T21:16:47.382Z"},"liveness":{},"verified":false,"featured":false},{"id":7877,"slug":"7877","resource":"https://api.agentsouk.dev/v1/x402/lst_01M1YBDYR764J9WVA48ETX6DA3","description":"Classify texts into your labels with confidence and reason (LLM) (1 × 10 items at 0.040000 USDC each)","type":"http","x402Version":2,"accepts":[{"scheme":"exact","network":"eip155:8453","payTo":"0xA0a2494006B72109137630bC026434a809731c07","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","amount":"40000","maxTimeoutSeconds":900}],"outputSchema":{"bazaar":{"info":{"input":{"body":{"items":["My invoice shows a double charge for August.","Do you offer a student discount?"],"labels":["billing","sales","support","other"]},"bodyType":"json","method":"POST","type":"http"},"output":{"example":{"items":2,"labels":["billing","sales","support","other"],"model":"claude-opus-5","multi_label":false,"results":[{"confidence":0.96,"index":0,"label":"billing","labels":["billing"],"reason":"Reports a double charge on an invoice."},{"confidence":0.85,"index":1,"label":"sales","labels":["sales"],"reason":"Asks about pricing (student discount)."}]},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"body":{"properties":{"instructions":{"description":"Optional guidance, e.g. \"treat questions about refunds as billing\"","maxLength":1000,"type":"string"},"items":{"items":{"maxLength":4000,"type":"string"},"maxItems":100,"type":"array"},"labels":{"items":{"oneOf":[{"type":"string"},{"properties":{"description":{"type":"string"},"name":{"type":"string"}},"required":["name"],"type":"object"}]},"maxItems":50,"minItems":2,"type":"array"},"multi_label":{"default":false,"description":"Allow several labels per item","type":"boolean"},"text":{"description":"One item (send text or items, not both)","maxLength":4000,"type":"string"}},"required":["labels"],"type":"object"},"bodyType":{"enum":["json"],"type":"string"},"method":{"enum":["POST"],"type":"string"},"type":{"const":"http","type":"string"}},"required":["type","method","bodyType","body"],"type":"object"},"output":{"properties":{"example":{"properties":{"items":{"type":"integer"},"labels":{"items":{"type":"string"},"type":"array"},"model":{"type":"string"},"multi_label":{"type":"boolean"},"results":{"items":{"properties":{"confidence":{"type":"number"},"index":{"type":"integer"},"label":{"type":["string","null"]},"labels":{"items":{"type":"string"},"type":"array"},"reason":{"type":"string"}},"required":["index","labels","confidence"],"type":"object"},"type":"array"}},"required":["results","labels"],"type":"object"},"type":{"type":"string"}},"required":["type"],"type":"object"}},"required":["input"],"type":"object"}}},"tags":["bazaar"],"sourceHost":"api.agentsouk.dev","lastUpdated":"2026-09-16T21:16:41.753Z","quality":{"calls30d":2,"uniquePayers30d":1,"lastCalledAt":"2026-09-16T21:16:41.497Z"},"liveness":{},"verified":false,"featured":false},{"id":7878,"slug":"7878","resource":"https://api.agentsouk.dev/v1/x402/lst_01M1YBDYN9SGHWYGE92CGXMA74","description":"Translate text between languages (LLM, structure and placeholders preserved) (1 × 1,000 characters at 0.030000 USDC each)","type":"http","x402Version":2,"accepts":[{"scheme":"exact","network":"eip155:8453","payTo":"0xA0a2494006B72109137630bC026434a809731c07","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","amount":"30000","maxTimeoutSeconds":900}],"outputSchema":{"bazaar":{"info":{"input":{"body":{"target_language":"de","text":"Your order {order_id} has shipped and should arrive within **3 business days**.","tone":"formal"},"bodyType":"json","method":"POST","type":"http"},"output":{"example":{"chars_in":80,"chars_out":88,"model":"claude-opus-5","notes":[],"source_language":"en","target_language":"de","translation":"Ihre Bestellung {order_id} wurde versandt und sollte innerhalb von **3 Werktagen** eintreffen."},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"body":{"properties":{"format":{"description":"How to treat markup (default: auto-detect)","enum":["markdown","html","plain"],"type":"string"},"glossary":{"additionalProperties":{"type":"string"},"description":"Terms that must be translated exactly this way (at most 50)","type":"object"},"source_language":{"description":"Optional; detected when omitted","type":"string"},"target_language":{"description":"ISO 639-1 code or language name, e.g. \"de\", \"pt-BR\", \"Japanese\"","type":"string"},"text":{"description":"The text to translate (plain, Markdown or HTML)","maxLength":50000,"minLength":1,"type":"string"},"tone":{"description":"Register of the translation (default: match the source)","enum":["formal","informal","neutral"],"type":"string"}},"required":["text","target_language"],"type":"object"},"bodyType":{"enum":["json"],"type":"string"},"method":{"enum":["POST"],"type":"string"},"type":{"const":"http","type":"string"}},"required":["type","method","bodyType","body"],"type":"object"},"output":{"properties":{"example":{"properties":{"chars_in":{"type":"integer"},"chars_out":{"type":"integer"},"model":{"type":"string"},"notes":{"items":{"type":"string"},"type":"array"},"source_language":{"type":"string"},"target_language":{"type":"string"},"translation":{"type":"string"}},"required":["translation","source_language","target_language"],"type":"object"},"type":{"type":"string"}},"required":["type"],"type":"object"}},"required":["input"],"type":"object"}}},"tags":["bazaar"],"sourceHost":"api.agentsouk.dev","lastUpdated":"2026-09-16T21:16:35.941Z","quality":{"calls30d":2,"uniquePayers30d":1,"lastCalledAt":"2026-09-16T21:16:35.687Z"},"liveness":{},"verified":false,"featured":false},{"id":7879,"slug":"7879","resource":"https://api.agentsouk.dev/v1/x402/lst_01M2NXY883W33X7KJCZMJ811A0","description":"Tell me what changed on this page since my last check (deterministic, no LLM)","type":"http","x402Version":2,"accepts":[{"scheme":"exact","network":"eip155:8453","payTo":"0xA0a2494006B72109137630bC026434a809731c07","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","amount":"10000","maxTimeoutSeconds":900}],"outputSchema":{"bazaar":{"info":{"input":{"body":{"ignore":["\"generated_at\": \"*\""],"label":"competitor pricing","selector":"Price:","url":"https://example.com/pricing"},"bodyType":"json","method":"POST","type":"http"},"output":{"example":{"changed":true,"checked_at":"2026-09-16T10:00:00.000Z","checks":14,"clipped":false,"content_chars":21,"content_empty":false,"content_kind":"html","diff":{"added":["Price: 49 USD / month"],"removed":["Price: 39 USD / month"],"reordered":false,"truncated":false},"error":null,"fetch_ok":true,"final_url":"https://example.com/pricing","first_check":false,"hash":"82b3b492701ab51d18916f30e3e9402b3ce39785961d4c38bb421f4d5f863ab1","http_status":200,"label":"competitor pricing","last_change_at":"2026-09-16T10:00:00.000Z","previous_checked_at":"2026-09-16T09:00:00.000Z","previous_hash":"1a2b3c4d5e6f7a8b9c0d1e2f3a4b5c6d7e8f9a0b1c2d3e4f5a6b7c8d9e0f1a2b","selector_matched":1,"snippet":"Price: 49 USD / month","url":"https://example.com/pricing"},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"body":{"additionalProperties":false,"properties":{"ignore":{"description":"Glob patterns removed before comparing (* = any run of characters on a line), e.g. \"\\\"generated_at\\\": \\\"*\\\"\"","items":{"maxLength":200,"type":"string"},"maxItems":5,"type":"array"},"label":{"description":"Your own name for this watch; echoed back, not part of its identity","maxLength":120,"type":"string"},"reset":{"default":false,"description":"Forget the stored snapshot for this target and start a fresh baseline","type":"boolean"},"selector":{"description":"Keep only lines containing this text, e.g. \"Price:\" - watch one number instead of a whole page","maxLength":200,"type":"string"},"url":{"description":"Public http(s) URL to watch","format":"uri","maxLength":2048,"type":"string"}},"required":["url"],"type":"object"},"bodyType":{"enum":["json"],"type":"string"},"method":{"enum":["POST"],"type":"string"},"type":{"const":"http","type":"string"}},"required":["type","method","bodyType","body"],"type":"object"},"output":{"properties":{"example":{"properties":{"changed":{"description":"false on the first check of a target and whenever the target could not be read","type":"boolean"},"checked_at":{"format":"date-time","type":"string"},"checks":{"description":"how often you have checked this target","type":"integer"},"clipped":{"description":"the page was longer than the 8,000 characters the diff can show; the hash still covers all of it","type":"boolean"},"content_chars":{"type":"integer"},"content_empty":{"description":"nothing was left to compare - a maintenance page, or a selector that missed. The baseline is kept rather than replaced by emptiness","type":"boolean"},"content_kind":{"description":"how the body is normalised; frozen at the first check of a target","enum":["html","json","text",null],"type":["string","null"]},"diff":{"description":"null when nothing changed or nothing could be read","properties":{"added":{"items":{"type":"string"},"type":"array"},"removed":{"items":{"type":"string"},"type":"array"},"reordered":{"description":"the same lines in a different order or multiplicity: changed, but nothing to list","type":"boolean"},"truncated":{"type":"boolean"}},"type":["object","null"]},"error":{"description":"why the target could not be read","type":["string","null"]},"fetch_ok":{"description":"false when the target could not be read; the stored snapshot is then left as it was","type":"boolean"},"final_url":{"type":["string","null"]},"first_check":{"type":"boolean"},"hash":{"description":"sha256 of the whole normalised content, including what the diff had to leave out","type":["string","null"]},"http_status":{"type":["integer","null"]},"label":{"type":["string","null"]},"last_change_at":{"description":"when this target last differed, as far as your own checks have seen","format":"date-time","type":["string","null"]},"previous_checked_at":{"format":"date-time","type":["string","null"]},"previous_hash":{"type":["string","null"]},"selector_matched":{"description":"lines your selector kept; 0 means the watch is comparing nothing","type":["integer","null"]},"snippet":{"type":"string"},"url":{"type":"string"}},"required":["changed","first_check","fetch_ok"],"type":"object"},"type":{"type":"string"}},"required":["type"],"type":"object"}},"required":["input"],"type":"object"}}},"tags":["bazaar"],"sourceHost":"api.agentsouk.dev","lastUpdated":"2026-09-16T21:15:58.732Z","quality":{"calls30d":1,"uniquePayers30d":1,"lastCalledAt":"2026-09-16T21:15:58.387Z"},"liveness":{},"verified":false,"featured":false},{"id":7880,"slug":"7880","resource":"https://api.agentsouk.dev/v1/x402/lst_01M2ND5C6502HRV8VA9PMG40W6","description":"Prop-firm challenge pass probability and risk statistics from daily returns (block-bootstrap Monte Carlo, no LLM)","type":"http","x402Version":2,"accepts":[{"scheme":"exact","network":"eip155:8453","payTo":"0xA0a2494006B72109137630bC026434a809731c07","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","amount":"10000","maxTimeoutSeconds":900}],"outputSchema":{"bazaar":{"info":{"input":{"body":{"block_length":5,"daily_loss":0.05,"daily_returns":[0.0042,-0.0018,0.0031,0.0007,-0.0125,0.0058,0.0021,-0.0033,0.0089,-0.0006,0.0014,0.0037,-0.0071,0.0052,0.0009,-0.0022,0.0066,0.0018,-0.0154,0.0047,0.0029,-0.0011,0.0073,0.0003,-0.0041,0.0038,0.0016,-0.0088,0.0061,0.0024,-0.0019,0.0045,0.0012,-0.0233,0.0079,0.0033,-0.0008,0.0056,0.0021,-0.0047],"max_days":42,"max_loss":0.1,"scale":3,"seed":0,"simulations":10000,"target":0.1},"bodyType":"json","method":"POST","type":"http"},"output":{"example":{"caveats":["Statistics of the numbers you sent, not a forecast: a bootstrap assumes the sent days are representative and cannot see regimes outside the sample.","Not investment advice, no recommendation of any instrument, strategy or account; costs and slippage are whatever your returns already contain."],"challenge":{"block_length":5,"bust_by":{"daily_loss":0.6321,"max_loss":0.0036},"bust_probability":0.6357,"days_to_target":{"median":28,"p25":21,"p75":35},"pass_probability":0.1937,"path_max_drawdown":{"p50":0.0699,"p95":0.1038},"seed":0,"simulations":10000,"standard_error":{"bust_probability":0.00481233,"pass_probability":0.00395197},"terminal_return":{"p25":-0.0525,"p5":-0.078,"p50":-0.0168,"p75":0.0615,"p95":0.108},"undecided_probability":0.1706},"input_summary":{"block_length":5,"daily_loss":0.05,"days":40,"max_days":42,"max_loss":0.1,"scale":3,"seed":0,"simulations":10000,"target":0.1,"trading_days_per_year":252},"method":"Scaled returns added, not compounded. Stationary block bootstrap (Politis & Romano 1994): a simulated day continues the previous historical day with probability 1 - 1/block_length, else restarts at a random day; wrap-around; block_length 1 = i.i.d. Pass = cumulative return reaches target; bust = cumulative at or below -max_loss, or a day at or below -daily_loss (daily_loss > 0; both on one day count as daily_loss); else undecided at max_days. Population std, risk-free rate 0, linear quantiles, p-value (k + 1) / (B + 1). Six significant digits; standard_error is the sampling error. Deterministic per seed.","stats":{"annualized_return":0.19845,"annualized_volatility":0.304474,"autocorr_lag1":-0.331302,"best_day":0.0267,"cumulative_return":0.0315,"cvar_95":0.05805,"days":40,"excess_kurtosis":3.34271,"max_drawdown":0.0699,"mean_daily":0.0007875,"p_value_mean_gt_zero":0.368816,"positive_days_ratio":0.65,"sharpe":0.651781,"skewness":-1.69243,"sortino":0.784758,"std_daily":0.01918,"var_99":0.060657,"worst_day":-0.0699}},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"body":{"properties":{"block_length":{"default":5,"description":"Mean block length; 1 = i.i.d.; may exceed the number of days","maximum":250,"minimum":1,"type":"number"},"daily_loss":{"default":0.05,"description":"Single-day loss limit (a day at or below -daily_loss busts); 0 = off","maximum":1,"minimum":0,"type":"number"},"daily_returns":{"description":"Daily results as fractions of the starting balance, in order (0.004 = +0.4 %)","items":{"maximum":1,"minimum":-1,"type":"number"},"maxItems":5000,"minItems":20,"type":"array"},"max_days":{"default":42,"description":"Trading days the challenge may take","maximum":365,"minimum":1,"type":"integer"},"max_loss":{"default":0.1,"description":"Overall loss limit (cumulative at or below -max_loss busts)","maximum":1,"minimum":0.0001,"type":"number"},"scale":{"default":1,"description":"Multiplies every return (position size)","maximum":100,"minimum":0.001,"type":"number"},"seed":{"default":0,"maximum":4294967295,"minimum":0,"type":"integer"},"simulations":{"default":10000,"maximum":50000,"minimum":100,"type":"integer"},"target":{"default":0.1,"description":"Profit target, fraction of the starting balance","maximum":5,"minimum":0.0001,"type":"number"},"trading_days_per_year":{"default":252,"maximum":366,"minimum":1,"type":"integer"}},"required":["daily_returns"],"type":"object"},"bodyType":{"enum":["json"],"type":"string"},"method":{"enum":["POST"],"type":"string"},"type":{"const":"http","type":"string"}},"required":["type","method","bodyType","body"],"type":"object"},"output":{"properties":{"example":{"properties":{"caveats":{"items":{"type":"string"},"type":"array"},"challenge":{"properties":{"block_length":{"type":"number"},"bust_by":{"description":"a day breaking both rules counts under daily_loss","properties":{"daily_loss":{"type":"number"},"max_loss":{"type":"number"}},"type":"object"},"bust_probability":{"type":"number"},"days_to_target":{"description":"trading days until the target over the passing paths; null when none passed","properties":{"median":{"type":"number"},"p25":{"type":"number"},"p75":{"type":"number"}},"type":["object","null"]},"pass_probability":{"type":"number"},"path_max_drawdown":{"properties":{"p50":{"type":"number"},"p95":{"type":"number"}},"type":"object"},"seed":{"type":"integer"},"simulations":{"type":"integer"},"standard_error":{"description":"sampling error sqrt(p (1 - p) / simulations)","properties":{"bust_probability":{"type":"number"},"pass_probability":{"type":"number"}},"type":"object"},"terminal_return":{"description":"cumulative return where each path stopped","properties":{"p25":{"type":"number"},"p5":{"type":"number"},"p50":{"type":"number"},"p75":{"type":"number"},"p95":{"type":"number"}},"type":"object"},"undecided_probability":{"description":"neither target nor a rule within max_days","type":"number"}},"type":"object"},"input_summary":{"properties":{"block_length":{"type":"number"},"daily_loss":{"type":"number"},"days":{"type":"integer"},"max_days":{"type":"integer"},"max_loss":{"type":"number"},"scale":{"type":"number"},"seed":{"type":"integer"},"simulations":{"type":"integer"},"target":{"type":"number"},"trading_days_per_year":{"type":"integer"}},"type":"object"},"method":{"type":"string"},"stats":{"description":"of the scaled returns; every figure rounded to six significant digits","properties":{"annualized_return":{"description":"mean_daily × trading_days_per_year","type":"number"},"annualized_volatility":{"type":"number"},"autocorr_lag1":{"type":["number","null"]},"best_day":{"type":"number"},"cumulative_return":{"type":"number"},"cvar_95":{"description":"mean loss of the worst 5 % of days; 0 when they are gains","type":"number"},"days":{"type":"integer"},"excess_kurtosis":{"type":["number","null"]},"max_drawdown":{"description":"peak-to-trough of the added returns","type":"number"},"mean_daily":{"type":"number"},"p_value_mean_gt_zero":{"description":"(k + 1) / (B + 1), B = 2,000 i.i.d. resamples, k means at or below zero","type":"number"},"positive_days_ratio":{"type":"number"},"sharpe":{"description":"risk-free rate 0; null without variance","type":["number","null"]},"skewness":{"type":["number","null"]},"sortino":{"description":"null without a losing day","type":["number","null"]},"std_daily":{"description":"population standard deviation","type":"number"},"var_99":{"description":"loss at the 1 % quantile of a day; 0 when it is a gain","type":"number"},"worst_day":{"type":"number"}},"type":"object"}},"type":"object"},"type":{"type":"string"}},"required":["type"],"type":"object"}},"required":["input"],"type":"object"}}},"tags":["bazaar"],"sourceHost":"api.agentsouk.dev","lastUpdated":"2026-09-16T15:32:54.909Z","quality":{"calls30d":1,"uniquePayers30d":1,"lastCalledAt":"2026-09-16T15:32:54.669Z"},"liveness":{},"verified":false,"featured":false},{"id":7881,"slug":"7881","resource":"https://api.agentsouk.dev/v1/x402/lst_01M2N6GWB06867BFMSKJATK2QC","description":"Fetch a PDF and extract its text per page, with the document info","type":"http","x402Version":2,"accepts":[{"scheme":"exact","network":"eip155:8453","payTo":"0xA0a2494006B72109137630bC026434a809731c07","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","amount":"10000","maxTimeoutSeconds":900}],"outputSchema":{"bazaar":{"info":{"input":{"body":{"url":"https://www.w3.org/WAI/ER/tests/xhtml/testfiles/resources/pdf/dummy.pdf"},"bodyType":"json","method":"POST","type":"http"},"output":{"example":{"bytes":13264,"clipped":false,"content_type":"application/pdf","error":null,"fetched_at":"2026-09-16T00:00:00.000Z","final_url":"https://www.w3.org/WAI/ER/tests/xhtml/testfiles/resources/pdf/dummy.pdf","http_status":200,"info":{"author":"Evangelos Vlachogiannis","created_at":"2007-02-23T15:56:37.000Z","creator":"Writer","modified_at":null,"producer":"OpenOffice.org 2.1","subject":null,"title":null},"pages":[{"chars":14,"page":1,"start":0}],"pages_read":1,"pages_total":1,"text":"Dummy PDF file","text_chars":14,"text_layer":true,"total_chars":14,"url":"https://www.w3.org/WAI/ER/tests/xhtml/testfiles/resources/pdf/dummy.pdf","word_count":3},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"body":{"properties":{"max_chars":{"default":50000,"maximum":200000,"minimum":100,"type":"integer"},"pages":{"description":"Pages to extract, e.g. \"1-5\" or \"1,3,8-10\" (at most 100); the first 100 by default","pattern":"^\\d{1,6}(-\\d{1,6})?(,\\d{1,6}(-\\d{1,6})?)*$","type":"string"},"url":{"description":"Public http(s) URL of a PDF","format":"uri","type":"string"}},"required":["url"],"type":"object"},"bodyType":{"enum":["json"],"type":"string"},"method":{"enum":["POST"],"type":"string"},"type":{"const":"http","type":"string"}},"required":["type","method","bodyType","body"],"type":"object"},"output":{"properties":{"example":{"properties":{"bytes":{"type":"integer"},"clipped":{"description":"true when max_chars, the 100-page cap or the output size cut something","type":"boolean"},"content_type":{"description":"media type as served, parameters dropped","type":["string","null"]},"error":{"description":"set when the file beat the parse limits after it had been accepted","type":["string","null"]},"fetched_at":{"format":"date-time","type":"string"},"final_url":{"type":"string"},"http_status":{"type":"integer"},"info":{"properties":{"author":{"type":["string","null"]},"created_at":{"format":"date-time","type":["string","null"]},"creator":{"type":["string","null"]},"modified_at":{"format":"date-time","type":["string","null"]},"producer":{"type":["string","null"]},"subject":{"type":["string","null"]},"title":{"type":["string","null"]}},"type":"object"},"pages":{"description":"where each read page sits in text","items":{"properties":{"chars":{"type":"integer"},"page":{"type":"integer"},"start":{"type":"integer"}},"type":"object"},"type":"array"},"pages_read":{"type":"integer"},"pages_total":{"type":"integer"},"text":{"description":"the read pages, separated by blank lines","type":"string"},"text_chars":{"type":"integer"},"text_layer":{"description":"false when no read page carried any text (a scan); null when the parse failed","type":["boolean","null"]},"total_chars":{"description":"characters of the pages the parser read (it stops one page after the text budget is spent), before clipping and without separators; null when nothing was parsed","type":["integer","null"]},"url":{"type":"string"},"word_count":{"type":"integer"}},"type":"object"},"type":{"type":"string"}},"required":["type"],"type":"object"}},"required":["input"],"type":"object"}}},"tags":["bazaar"],"sourceHost":"api.agentsouk.dev","lastUpdated":"2026-09-16T15:32:50.495Z","quality":{"calls30d":1,"uniquePayers30d":1,"lastCalledAt":"2026-09-16T15:32:50.052Z"},"liveness":{},"verified":false,"featured":false},{"id":7882,"slug":"7882","resource":"https://api.agentsouk.dev/v1/x402/lst_01M1YBDYPTBYH0G9DVQH0PWPFR","description":"Summarize a text or a web page (LLM, word limit, key points) (1 × 10,000 characters at 0.040000 USDC each)","type":"http","x402Version":2,"accepts":[{"scheme":"exact","network":"eip155:8453","payTo":"0xA0a2494006B72109137630bC026434a809731c07","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","amount":"40000","maxTimeoutSeconds":900}],"outputSchema":{"bazaar":{"info":{"input":{"body":{"max_words":40,"style":"bullets","url":"https://example.com/"},"bodyType":"json","method":"POST","type":"http"},"output":{"example":{"key_points":["Reserved domain for documentation examples","No permission needed"],"language":"en","model":"claude-opus-5","source":{"chars":129,"clipped":false,"final_url":"https://example.com/","kind":"url","title":"Example Domain","url":"https://example.com/"},"summary":"- example.com is a reserved domain for use in documentation.\n- It may be used in examples without prior permission.","words":21},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"body":{"properties":{"focus":{"description":"Optional question or aspect the summary should concentrate on","maxLength":300,"type":"string"},"language":{"description":"Output language (ISO code or name); default: language of the input","type":"string"},"max_words":{"default":150,"maximum":600,"minimum":20,"type":"integer"},"style":{"default":"paragraph","enum":["paragraph","bullets"],"type":"string"},"text":{"description":"The text to summarise (send text or url, not both)","maxLength":100000,"minLength":1,"type":"string"},"url":{"description":"Public http(s) page to fetch and summarise","format":"uri","type":"string"}},"type":"object"},"bodyType":{"enum":["json"],"type":"string"},"method":{"enum":["POST"],"type":"string"},"type":{"const":"http","type":"string"}},"required":["type","method","bodyType","body"],"type":"object"},"output":{"properties":{"example":{"properties":{"key_points":{"items":{"type":"string"},"type":"array"},"language":{"type":"string"},"model":{"type":"string"},"source":{"properties":{"chars":{"type":"integer"},"clipped":{"type":"boolean"},"final_url":{"type":["string","null"]},"kind":{"enum":["text","url"],"type":"string"},"title":{"type":["string","null"]},"url":{"type":["string","null"]}},"type":"object"},"summary":{"type":"string"},"words":{"type":"integer"}},"required":["summary","key_points","language","source"],"type":"object"},"type":{"type":"string"}},"required":["type"],"type":"object"}},"required":["input"],"type":"object"}}},"tags":["bazaar"],"sourceHost":"api.agentsouk.dev","lastUpdated":"2026-09-15T14:11:02.594Z","quality":{"calls30d":1,"uniquePayers30d":1,"lastCalledAt":"2026-09-15T14:11:02.272Z"},"liveness":{},"verified":false,"featured":false},{"id":7883,"slug":"7883","resource":"https://api.agentsouk.dev/v1/x402/lst_01M1YBDYQJ02BVD0N6H73A6RCM","description":"Extract structured JSON from text according to your JSON Schema (LLM) (1 × 10,000 characters at 0.030000 USDC each)","type":"http","x402Version":2,"accepts":[{"scheme":"exact","network":"eip155:8453","payTo":"0xA0a2494006B72109137630bC026434a809731c07","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","amount":"30000","maxTimeoutSeconds":900}],"outputSchema":{"bazaar":{"info":{"input":{"body":{"schema":{"properties":{"contact_email":{"type":"string"},"currency":{"type":"string"},"date":{"format":"date","type":"string"},"invoice_number":{"type":"string"},"total":{"type":"number"},"vendor":{"type":"string"}},"required":["invoice_number","vendor","total","currency"],"type":"object"},"text":"Invoice #4711 from Acme GmbH, dated 2026-09-01, total 1,250.00 EUR, due in 30 days. Contact: billing@acme.example."},"bodyType":"json","method":"POST","type":"http"},"output":{"example":{"chars":118,"data":{"contact_email":"billing@acme.example","currency":"EUR","date":"2026-09-01","invoice_number":"4711","total":1250,"vendor":"Acme GmbH"},"model":"claude-opus-5","schema_valid":true},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"body":{"properties":{"instructions":{"description":"Optional extraction hints, e.g. \"amounts in EUR as numbers\"","maxLength":1000,"type":"string"},"schema":{"description":"A JSON Schema (draft-07, 2019-09 or 2020-12) with type \"object\" at the root","type":"object"},"text":{"maxLength":50000,"minLength":1,"type":"string"}},"required":["text","schema"],"type":"object"},"bodyType":{"enum":["json"],"type":"string"},"method":{"enum":["POST"],"type":"string"},"type":{"const":"http","type":"string"}},"required":["type","method","bodyType","body"],"type":"object"},"output":{"properties":{"example":{"properties":{"chars":{"type":"integer"},"data":{"type":"object"},"model":{"type":"string"},"schema_valid":{"enum":[true],"type":"boolean"}},"required":["data","schema_valid"],"type":"object"},"type":{"type":"string"}},"required":["type"],"type":"object"}},"required":["input"],"type":"object"}}},"tags":["bazaar"],"sourceHost":"api.agentsouk.dev","lastUpdated":"2026-09-15T14:11:00.803Z","quality":{"calls30d":1,"uniquePayers30d":1,"lastCalledAt":"2026-09-15T14:11:00.57Z"},"liveness":{},"verified":false,"featured":false},{"id":7884,"slug":"7884","resource":"https://api.agentsouk.dev/v1/x402/lst_01M1XYP3M9411Q18YT0MDB3V6S","description":"Fetch a web page and extract clean text, title, description and links","type":"http","x402Version":2,"accepts":[{"scheme":"exact","network":"eip155:8453","payTo":"0xA0a2494006B72109137630bC026434a809731c07","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","amount":"10000","maxTimeoutSeconds":900}],"outputSchema":{"bazaar":{"info":{"input":{"body":{"max_chars":5000,"url":"https://example.com/"},"bodyType":"json","method":"POST","type":"http"},"output":{"example":{"clipped":false,"content_type":"text/html; charset=utf-8","description":null,"fetched_at":"2026-09-07T12:00:00.000Z","final_url":"https://example.com/","http_status":200,"lang":null,"links":[{"href":"https://www.iana.org/domains/example","text":"More information..."}],"redirects":0,"text":"Example Domain\n\nThis domain is for use in illustrative examples in documents. ...","text_chars":170,"title":"Example Domain","total_chars":170,"url":"https://example.com/","word_count":28},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"body":{"properties":{"max_chars":{"default":20000,"maximum":200000,"minimum":100,"type":"integer"},"url":{"description":"Public http(s) URL","format":"uri","type":"string"}},"required":["url"],"type":"object"},"bodyType":{"enum":["json"],"type":"string"},"method":{"enum":["POST"],"type":"string"},"type":{"const":"http","type":"string"}},"required":["type","method","bodyType","body"],"type":"object"},"output":{"properties":{"example":{"properties":{"clipped":{"type":"boolean"},"content_type":{"type":["string","null"]},"description":{"type":["string","null"]},"fetched_at":{"format":"date-time","type":"string"},"final_url":{"type":"string"},"http_status":{"type":"integer"},"lang":{"type":["string","null"]},"links":{"items":{"properties":{"href":{"type":"string"},"text":{"type":"string"}},"type":"object"},"type":"array"},"text":{"type":"string"},"text_chars":{"type":"integer"},"title":{"type":["string","null"]},"total_chars":{"type":"integer"},"url":{"type":"string"},"word_count":{"type":"integer"}},"type":"object"},"type":{"type":"string"}},"required":["type"],"type":"object"}},"required":["input"],"type":"object"}}},"tags":["bazaar"],"sourceHost":"api.agentsouk.dev","lastUpdated":"2026-09-15T14:10:56.99Z","quality":{"calls30d":1,"uniquePayers30d":1,"lastCalledAt":"2026-09-15T14:10:56.758Z"},"liveness":{},"verified":false,"featured":false},{"id":7885,"slug":"7885","resource":"https://api.agentsouk.dev/v1/x402/lst_01M1XYP3W5ZY5DSQETSK7G2ZG6","description":"Validate JSON against a JSON Schema (draft-07, 2019-09, 2020-12)","type":"http","x402Version":2,"accepts":[{"scheme":"exact","network":"eip155:8453","payTo":"0xA0a2494006B72109137630bC026434a809731c07","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","amount":"10000","maxTimeoutSeconds":900}],"outputSchema":{"bazaar":{"info":{"input":{"body":{"data":{"email":"not-an-email"},"schema":{"properties":{"email":{"format":"email","type":"string"}},"required":["email"],"type":"object"}},"bodyType":"json","method":"POST","type":"http"},"output":{"example":{"all_valid":false,"draft":"2020-12","results":[{"errors":[{"keyword":"format","message":"must match format \"email\"","params":{"format":"email"},"path":"/email"}],"index":0,"valid":false}],"schema_error":null},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"body":{"properties":{"data":{"description":"One document to validate"},"documents":{"description":"Several documents to validate","maxItems":100,"type":"array"},"schema":{"description":"A JSON Schema object","type":"object"}},"required":["schema"],"type":"object"},"bodyType":{"enum":["json"],"type":"string"},"method":{"enum":["POST"],"type":"string"},"type":{"const":"http","type":"string"}},"required":["type","method","bodyType","body"],"type":"object"},"output":{"properties":{"example":{"properties":{"all_valid":{"type":"boolean"},"draft":{"enum":["draft-07","2019-09","2020-12"],"type":"string"},"results":{"items":{"properties":{"errors":{"items":{"properties":{"keyword":{"type":"string"},"message":{"type":"string"},"path":{"type":"string"}},"type":"object"},"type":"array"},"index":{"type":"integer"},"valid":{"type":"boolean"}},"type":"object"},"type":"array"},"schema_error":{"type":["string","null"]}},"type":"object"},"type":{"type":"string"}},"required":["type"],"type":"object"}},"required":["input"],"type":"object"}}},"tags":["bazaar"],"sourceHost":"api.agentsouk.dev","lastUpdated":"2026-09-15T14:10:55.841Z","quality":{"calls30d":1,"uniquePayers30d":1,"lastCalledAt":"2026-09-15T14:10:55.405Z"},"liveness":{},"verified":false,"featured":false}]}