What you can do
Retrieve pages
List all your pages and get the content structure of any page.
Fill pages
Update text, images, and links in your page sections via API.
Duplicate and fill
Clone a template page and fill it with new content in one request.
Automation ready
Works with any HTTP client, automation platform, or custom code.
Typical workflow
Build a template page
Use the EcomWize visual editor to design your landing page with sections, brand styles, and layout. This page becomes your template.
Create an API key
Go to API Keys in your dashboard and create a new key. Copy it immediately — you will not be able to see it again.
Get the page structure
Call
GET /api/v1/pages/{page_id} to see all section types and their content fields. This tells you exactly which fields you can fill.Base URL
All API requests use the following base URL:Content only
The API only exposes and accepts content fields — text, media URLs, and button links. Style and layout fields like colors, font sizes, alignment, and spacing are not exposed. This means your design stays intact no matter what content you send through the API.Rate limits
| Endpoint type | Limit |
|---|---|
Read endpoints (GET) | 60 requests per minute per API key |
Write endpoints (POST) | 20 requests per minute per API key |
| API key creation | 5 keys per hour |
429 status code with a Retry-After header.
The API is currently in Beta. Endpoints and response formats may change as we improve the product. We will notify you before making breaking changes.