{"api":"v1","generated_at":"2026-09-15T22:55:54.854Z","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/api-x402-hosting-com-v1-uploads-f16585","pinned_page":"https://tollindex.com/e/api-x402-hosting-com-v1-uploads-f16585/at/2026-09-15T21-20Z","pinned":false,"method":"https://tollindex.com/ledger/method","snapshot_at":"2026-09-15T21:20:12.737Z","snapshot_stamp":"2026-09-15T21-20Z","endpoint":{"slug":"api-x402-hosting-com-v1-uploads-f16585","canonical_url":"https://api.x402-hosting.com/v1/uploads","resource":"https://api.x402-hosting.com/v1/uploads","http_method":"POST","type":"http","x402_version":2,"registries":["cdp"],"primary_registry":"cdp","curated_by_coinbase":false,"description":"Create an upload session for a new hosted Next.js site. Call this first when deploying a new project: it returns a presigned artifact upload URL, and the paying wallet becomes the project owner.","service_name":"x402 Hosting","declared_category":null,"declared_tags":["hosting","nextjs","deployment","cloudflare","agents"],"route_template":null,"registry_updated":"2026-09-14T19:53:35.677Z"},"derived":{"note":"fields no registry supplies; TOLL derives them and marks them derived on the page","title":"uploads","category":"storage","first_observed_by_toll":"2026-09-10T19:08:24.178Z","last_observed_by_toll":"2026-09-15T21:20:12.737Z","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":"0xAc0bba6e3241A398b1911528A3E19f87aeE12f6E","scheme":"exact"}],"counters":{"observed_at":"2026-09-15T21:20:12.737Z","calls_30d":11,"unique_payers_30d":4,"last_called_at":"2026-09-14T19:53:34.406Z"},"validation":{"latest":{"observed_at":"2026-09-15T06:59:47.301Z","state":"pass","failed_checks":[],"endpoint_http_status":402,"run_id":"daily-2026-09-15"},"uptime":[{"days":7,"observed":5,"passed":5,"ratio":1},{"days":30,"observed":5,"passed":5,"ratio":1},{"days":90,"observed":5,"passed":5,"ratio":1}],"history_90d":[{"observed_at":"2026-09-15T06:59:47.301Z","state":"pass","failed_checks":[],"run_id":"daily-2026-09-15","state_changed":false},{"observed_at":"2026-09-14T06:26:30.800Z","state":"pass","failed_checks":[],"run_id":"daily-2026-09-14","state_changed":false},{"observed_at":"2026-09-13T06:16:24.779Z","state":"pass","failed_checks":[],"run_id":"daily-2026-09-13","state_changed":false},{"observed_at":"2026-09-12T09:10:46.402Z","state":"pass","failed_checks":[],"run_id":"daily-2026-09-12","state_changed":false},{"observed_at":"2026-09-11T14:44:14.959Z","state":"pass","failed_checks":[],"run_id":"daily-2026-09-11","state_changed":true}]},"seller":{"wallet":"0xAc0bba6e3241A398b1911528A3E19f87aeE12f6E","page":"https://tollindex.com/seller/0xAc0bba6e3241A398b1911528A3E19f87aeE12f6E","endpoints":3,"hosts":1},"reports":0,"registry_record":{"cdp":[{"tags":["hosting","nextjs","deployment","cloudflare","agents"],"type":"http","accepts":[{"asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","extra":{"name":"USD Coin","version":"2"},"payTo":"0xAc0bba6e3241A398b1911528A3E19f87aeE12f6E","amount":"10000","scheme":"exact","network":"eip155:8453","maxTimeoutSeconds":300}],"quality":{"lastCalledAt":"2026-09-14T19:53:34.406Z","l30DaysTotalCalls":11,"l30DaysUniquePayers":4},"resource":"https://api.x402-hosting.com/v1/uploads","extensions":{"bazaar":{"info":{"input":{"type":"http","method":"POST","headers":{"Idempotency-Key":"00000000-0000-4000-8000-000000000001"},"queryParams":{"name":"my-site","size":1024,"sha256":"0000000000000000000000000000000000000000000000000000000000000000","contentType":"application/zip"}},"output":{"type":"json","example":{"headers":{"content-type":"application/zip"},"uploadId":"00000000-0000-4000-8000-000000000001","expiresAt":"2026-08-24T19:00:00.000Z","objectKey":"uploads/00000000-0000-4000-8000-000000000001/artifact.zip","uploadUrl":"https://uploads.example.com/artifact.zip","operationId":"00000000-0000-4000-8000-000000000001"}}},"schema":{"type":"object","$schema":"https://json-schema.org/draft/2020-12/schema","required":["input","output"],"properties":{"input":{"type":"object","required":["type","method","queryParams"],"properties":{"type":{"type":"string","const":"http"},"method":{"enum":["POST"],"type":"string"},"headers":{"type":"object","required":["Idempotency-Key"],"properties":{"Idempotency-Key":{"type":"string","pattern":"^[0-9a-f]{8}-[0-9a-f]{4}-[1-8][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$"}},"additionalProperties":true},"queryParams":{"type":"object","required":["name","size","sha256","contentType"],"properties":{"name":{"type":"string","maxLength":80,"minLength":1},"size":{"type":"integer","minimum":1},"sha256":{"type":"string","pattern":"^[0-9a-f]{64}$"},"contentType":{"type":"string","const":"application/zip"}},"additionalProperties":false}},"additionalProperties":false},"output":{"type":"object","required":["type","example"],"properties":{"type":{"type":"string","const":"json"},"example":{"type":"object","required":["uploadId","objectKey","uploadUrl","expiresAt","headers","operationId"],"properties":{"headers":{"type":"object","additionalProperties":{"type":"string"}},"uploadId":{"type":"string","pattern":"^[0-9a-f]{8}-[0-9a-f]{4}-[1-8][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$"},"expiresAt":{"type":"string"},"objectKey":{"type":"string"},"uploadUrl":{"type":"string"},"operationId":{"type":"string","pattern":"^[0-9a-f]{8}-[0-9a-f]{4}-[1-8][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$"}},"additionalProperties":false}},"additionalProperties":false}},"additionalProperties":false}}},"description":"Create an upload session for a new hosted Next.js site. Call this first when deploying a new project: it returns a presigned artifact upload URL, and the paying wallet becomes the project owner.","lastUpdated":"2026-09-14T19:53:35.677Z","serviceName":"x402 Hosting","x402Version":2}]}}