Directory / api.x402-hosting.com
Roll a project's live site back to a previous deployment. Call this when the current release is broken; pass the target deploymentId as a query parameter. Only the owner wallet can pay.
# 1. Ask the endpoint what it costs (no payment, no wallet needed): curl -i -X POST 'https://api.x402-hosting.com/v1/projects/:id/rollback' # -> HTTP/1.1 402 Payment Required # the response carries the price, asset and pay-to address. # 2. Pay and retry with any x402 client: npx x402-fetch -X POST 'https://api.x402-hosting.com/v1/projects/:id/rollback'
Endpoint: https://api.x402-hosting.com/v1/projects/:id/rollback. Operated by api.x402-hosting.com, not by Animica. Price and availability were correct at the last probe on 2026-09-02 and are set by the operator, who may change them.
Transfer project ownership to another EVM wallet (toAddress query parameter). Call this to hand control of a site to a new owner; that wallet must sign all futu…
Create an upload session to deploy a new version of an existing project. Call this when publishing an update; it returns a presigned artifact upload URL. Only t…
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…