Endpoints
Fill page
Update the content of an existing page by filling sections with new text, images, and links.
POST
Merges your content into existing page sections. Only the fields you send are updated — everything else stays the same. You can update one section or all of them in a single request.Documentation Index
Fetch the complete documentation index at: https://docs.ecomwize.io/llms.txt
Use this file to discover all available pages before exploring further.
This endpoint requires an API key with Full access permission.
The unique ID of the page to fill. Get it from the list pages endpoint.
Bearer token. Example:
Bearer ew_live_your_key_hereObject keyed by section number (
section_1, section_2, etc.) with content fields to update. Only include the fields you want to change.Accepted formats
The fill endpoint is flexible and accepts multiple formats:Flat content (recommended)
Flat content (recommended)
Send content fields directly under each section key:
GET response format
GET response format
You can pass the output from the get page endpoint directly. The API auto-unwraps the
type and content wrapper:Unwrapped format
Unwrapped format
You can also send section keys at the root level without a
sections wrapper:Filling nested content
Testimonial cards
Cards are matched by position (index):Product snippets
Snippets are matched bytype:
Advertorial sidebar
HTML formatting
You can include HTML tags in text content:| Tag | Result |
|---|---|
<strong> | Bold text |
<em> | Italic text |
<u> | Underlined text |
<br> | Line break |
<span class='text-highlight'> | Highlighted text |