This provider is managed — no additional setup required.
Endpoints
Create a public HTML page hosted at lava.so/p/{id}. Body: { html: string } (max 1MB; full CSS supported, JavaScript blocked by CSP; every page renders a ‘Made with Lava’ share bar). Returns { id, url }. To change a page later, PUT /v1/pages/{id} instead of creating a new one.
POSThttps://api.lava.so/v1/pages — $0.03 / request
- SDK
- cURL
Read back a page you created: { id, url, html, created_at }. Billed at the standard $0.005 platform-fee floor.
GEThttps://api.lava.so/v1/pages/pg_01ABC123 — $0.005 / request
- SDK
- cURL
Update a page in place; the lava.so/p/{id} URL stays stable. Body: { html: string }. Billed at the standard $0.005 platform-fee floor.
PUThttps://api.lava.so/v1/pages/pg_01ABC123 — $0.005 / request
- SDK
- cURL
Delete a page; its public URL starts returning 410 Gone. Billed at the standard $0.005 platform-fee floor.
DELETEhttps://api.lava.so/v1/pages/pg_01ABC123 — $0.005 / request
- SDK
- cURL
Next Steps
All Providers
Browse all supported AI providers
Forward Proxy
Learn how to construct proxy URLs and authenticate requests