← Back to all apps

Pixelesq

Businessby Devanand Babu
Launched Mar 29, 2026 on ChatGPT

Connect your Pixelesq website to ChatGPT and manage it through conversation. Create landing pages by choosing from over 60 section types, generate content, and save pages ready to publish. Manage blog posts, team bios, case studies, and other structured content. Monitor Google Search Console rankings, indexing status, and site traffic. Update SEO metadata, create URL redirects, and customize your site's theme without leaving ChatGPT.

48ChatGPT Tools
Devanand BabuDeveloper
BusinessCategory

Available Tools

Create Entry

create_entry
Full Description

Create a new entry in a collection

Parameters (4 required, 1 optional)
Required
collectionIdstring

The collection ID

namestring

Entry name

projectIdstring

The project ID

slugstring

URL slug for the entry

Optional
contentobject

Entry content as key-value pairs matching the collection schema

Create Page

create_page
Full Description

Create a new page in a project

Parameters (3 required, 1 optional)
Required
namestring

Page name

projectIdstring

The project ID

slugstring

URL slug for the page

Optional
languagestring

Language code

Default: en

Create Redirect

create_redirect
Full Description

Create a URL redirect

Parameters (3 required, 2 optional)
Required
destinationstring

Destination URL path (e.g. /new-page)

projectIdstring

The project ID

sourcestring

Source URL path (e.g. /old-page)

Optional
descriptionstring

Description of why this redirect exists

permanentboolean

Whether this is a permanent (301) or temporary (302) redirect

Default: True

Delete Entry

delete_entry
Full Description

Delete a collection entry permanently

Parameters (2 required)
Required
entryIdstring

The entry ID

projectIdstring

The project ID

Delete Page

delete_page
Full Description

Delete a page permanently

Parameters (2 required)
Required
pageIdstring

The page ID

projectIdstring

The project ID

Delete Redirect

delete_redirect
Full Description

Delete a URL redirect

Parameters (2 required)
Required
projectIdstring

The project ID

redirectIdstring

The redirect ID to delete

Duplicate Entry

duplicate_entry
Full Description

Duplicate an existing collection entry with all its content

Parameters (2 required)
Required
entryIdstring

The entry ID to duplicate

projectIdstring

The project ID

Duplicate Page

duplicate_page
Full Description

Duplicate an existing page with all its sections and content

Parameters (2 required)
Required
pageIdstring

The page ID to duplicate

projectIdstring

The project ID

Get Ai Referral Analytics

get_ai_referral_analytics
Full Description

Get analytics for traffic referred from AI platforms (ChatGPT, Claude, Perplexity, etc.)

Parameters (1 required, 1 optional)
Required
projectIdstring

The project ID

Optional
daysnumber

Number of days to look back (default: 30)

Default: 30

Get All Page Statuses

get_all_page_statuses
Full Description

Get Google Search Console indexing status for all pages in a project

Parameters (1 required)
Required
projectIdstring

The project ID

Get Collection

get_collection
Full Description

Get a collection's schema and field definitions

Parameters (2 required)
Required
collectionIdstring

The collection ID

projectIdstring

The project ID

Get Entry

get_entry
Full Description

Get a collection entry's content and metadata

Parameters (2 required)
Required
entryIdstring

The entry ID

projectIdstring

The project ID

Get Form Submissions

get_form_submissions
Full Description

Get submissions for a form

Parameters (2 required, 2 optional)
Required
formIdstring

The form ID

projectIdstring

The project ID

Optional
limitnumber
Default: 20
offsetnumber
Default: 0

Get Gsc Connection Status

get_gsc_connection_status
Full Description

Check if Google Search Console is connected to this project

Parameters (1 required)
Required
projectIdstring

The project ID

Get Page

get_page
Full Description

Get details of a specific page

Parameters (2 required)
Required
pageIdstring

The page ID

projectIdstring

The project ID

Get Page Content

get_page_content
Full Description

Get the actual text content of a page's sections (titles, descriptions, CTAs, images, items). Use this to read what's on the page before editing.

Parameters (2 required)
Required
pageIdstring

The page ID

projectIdstring

The project ID

Get Page Index Status

get_page_index_status
Full Description

Get Google Search Console indexing status for a specific page

Parameters (2 required)
Required
pageIdstring

The page ID

projectIdstring

The project ID

Get Page Revisions

get_page_revisions
Full Description

Get the revision history of a page to see previous versions

Parameters (2 required)
Required
pageIdstring

The page ID

projectIdstring

The project ID

Get Partial Content

get_partial_content
Full Description

Get the content of a partial (header, footer, or other reusable section)

Parameters (2 required)
Required
partialIdstring

The partial ID

projectIdstring

The project ID

Get Project

get_project
Full Description

Get details of a Pixelesq project

Parameters (1 required)
Required
projectIdstring

The project ID

Get Search Performance

get_search_performance
Full Description

Get Google Search Console search performance data (clicks, impressions, CTR, position)

Parameters (1 required, 1 optional)
Required
projectIdstring

The project ID

Optional
periodstring

Time period

Options:LAST_7_DAYSLAST_28_DAYSLAST_90_DAYS
Default: LAST_28_DAYS

Get Section Defaults

get_section_defaults
Full Description

Get the full default content and config structure for a specific section type. Use this before creating a section to understand its exact data structure. Returns the complete defaults object with ctx (content) and cfg (layout config) that you can modify and pass to save_page_content.

The defaults include properly structured fields. Replace the text values (title.value, desc.value, cta labels/urls, media src/alt, item content) with your generated content while keeping the structure intact.

Parameters (1 required)
Required
sectionTypestring

The section type name (e.g. 'HeroWithMedia', 'StickyFeatures', 'Faqs')

Get Site Analytics

get_site_analytics
Full Description

Get site traffic analytics (pageviews, visits, bounce rate, duration)

Parameters (1 required, 1 optional)
Required
projectIdstring

The project ID

Optional
periodstring

Time period for analytics

Options:LAST_7_DAYSLAST_30_DAYSLAST_90_DAYS
Default: LAST_30_DAYS

Get Theme

get_theme
Full Description

Get the current theme (colors, typography, spacing)

Parameters (1 required)
Required
projectIdstring

The project ID

Inspect Url

inspect_url
Full Description

Inspect a URL in Google Search Console (indexing, crawl, robots.txt status)

Parameters (2 required)
Required
projectIdstring

The project ID

urlstring

The full URL to inspect

List Assets

list_assets
Full Description

List media assets in a project (images, icons, SVGs)

Parameters (1 required, 5 optional)
Required
projectIdstring

The project ID

Optional
limitnumber
Default: 20
offsetnumber
Default: 0
searchstring

Search by asset name or description

tagsarray

Filter by tags

Default: []
typestring

Filter by type (e.g. image, svg, icon)

List Collections

list_collections
Full Description

List all content collections in a project

Parameters (1 required)
Required
projectIdstring

The project ID

List Domains

list_domains
Full Description

List custom domains for a project

Parameters (1 required)
Required
projectIdstring

The project ID

List Entries

list_entries
Full Description

List entries in a collection

Parameters (2 required, 3 optional)
Required
collectionIdstring

The collection ID

projectIdstring

The project ID

Optional
limitnumber

Number of entries to return

Default: 20
offsetnumber

Pagination offset

Default: 0
searchstring

Search by entry name

List Forms

list_forms
Full Description

List all forms in a project

Parameters (1 required, 2 optional)
Required
projectIdstring

The project ID

Optional
limitnumber
Default: 20
offsetnumber
Default: 0

List Pages

list_pages
Full Description

List all pages in a project

Parameters (1 required, 4 optional)
Required
projectIdstring

The project ID

Optional
limitnumber

Number of pages to return

Default: 20
offsetnumber

Pagination offset

Default: 0
searchstring

Search by page name

statusstring

Filter by status: DRAFT, PUBLISHED, IN_REVIEW

List Partials

list_partials
Full Description

List all partials (reusable sections like headers and footers) in a project

Parameters (1 required)
Required
projectIdstring

The project ID

List Projects

list_projects
Full Description

List all your Pixelesq projects

List Redirects

list_redirects
Full Description

List all URL redirects in a project

Parameters (1 required)
Required
projectIdstring

The project ID

List Section Types

list_section_types
Full Description

List available section types for building pages. Returns each type's name, description, group, use cases, content fields, and preview image URL. Groups: hero, features, content, faqs, testimonials, pricing, form, stats, logos, header, footer, cta, search, team. Use the optional group filter to narrow results.

Parameters (0 required, 1 optional)
Optional
groupstring

Filter by group: hero, features, content, faqs, testimonials, pricing, form, stats, logos, header, footer

Publish Entry

publish_entry
Full Description

Publish a collection entry to make it live

Parameters (3 required)
Required
entryIdstring

The entry ID

projectIdstring

The project ID

revisionIdstring

The revision ID to publish (from get_entry latestRevision.id)

Publish Page

publish_page
Full Description

Publish a page to make it live

Parameters (3 required)
Required
pageIdstring

The page ID

projectIdstring

The project ID

revisionIdstring

The revision ID to publish

Publish Partial

publish_partial
Full Description

Publish a partial (header, footer, or reusable section) to make it live across all pages

Parameters (3 required)
Required
partialIdstring

The partial ID

projectIdstring

The project ID

revisionIdstring

The revision ID to publish

Save Entry Content

save_entry_content
Full Description

Save/update the content of a collection entry. Content should be a JSON object with keys matching the collection's field schema (use get_collection to see the schema). You MUST provide the lastVersion from the entry's latestRevision.version.

Parameters (4 required)
Required
contentobject

Entry content as key-value pairs matching the collection field schema

entryIdstring

The entry ID

lastVersionstring

The current revision version (from get_entry latestRevision.version). Required for conflict detection.

projectIdstring

The project ID

Save Page Content

save_page_content
Full Description

Save sections to a page. This replaces the page's content with the provided sections. Each section has: id (uuid), name, type (uislice component name), and uislices array. Each uislice has: id (uuid), type (same as section type), and props with ctx (content) and cfg (layout config).

Common section types: HeroWithMedia, HeroWithMediaBelow, StickyFeatures, StickyFeaturesCard, HowItWorks, Faqs, FaqsOnCard, SimpleForm, PqPricing, CardWithMedia, TextGrid, LogoGrid, MediaBentoCards, TestimonialGrid.

Content fields in ctx: title { value }, subtitle { value }, desc { value }, ctas [{ label, url, variant, color }], media [{ src, alt }], items [{ title { value }, desc { value }, ctas, media, icons }]. Config fields in cfg: section { bg, hSize, vSize }, grid { columns, gap }, textsBox { alignText }, mediaBox { widthMedia }, ctaBox { direction }.

You MUST provide the lastVersion from the page's latestRevision.version.

Parameters (4 required)
Required
lastVersionstring

The current revision version (from get_page or get_page_content latestRevision.version). Required for conflict detection.

pageIdstring

The page ID

projectIdstring

The project ID

sectionsarray

Array of section objects, each with id, name, type, and uislices array

Save Partial Content

save_partial_content
Full Description

Save sections to a partial (header, footer, or other reusable section). This replaces the partial's content with the provided sections. Uses the same section structure as save_page_content. Unchanged fields (cfg and ctx) are automatically preserved from the existing content.

Parameters (3 required, 1 optional)
Required
partialIdstring

The partial ID

projectIdstring

The project ID

sectionsarray

Array of section objects, each with id, name, type, and uislices array

Optional
lastVersionstring

The current revision version from get_partial_content latestRevision.version

Search Content

search_content
Full Description

Search across all content in a project (pages, entries, collections). Returns matching results with their type and metadata.

Parameters (2 required, 1 optional)
Required
projectIdstring

The project ID

querystring

Search query text

Optional
entitystring

Filter by entity type (e.g. 'page', 'entry')

Unpublish Page

unpublish_page
Full Description

Unpublish a page (take it offline)

Parameters (2 required)
Required
pageIdstring

The page ID

projectIdstring

The project ID

Unpublish Partial

unpublish_partial
Full Description

Unpublish a partial (take it offline across all pages)

Parameters (2 required)
Required
partialIdstring

The partial ID

projectIdstring

The project ID

Update Entry

update_entry
Full Description

Update an existing collection entry

Parameters (2 required, 2 optional)
Required
entryIdstring

The entry ID

projectIdstring

The project ID

Optional
namestring

Updated entry name

slugstring

Updated URL slug

Update Page Meta

update_page_meta
Full Description

Update a page's SEO metadata (title, description, OG image)

Parameters (2 required, 4 optional)
Required
pageIdstring

The page ID

projectIdstring

The project ID

Optional
descriptionstring

Meta description

imagestring

Open Graph image URL

indexboolean

Whether search engines should index this page

titlestring

Page title / meta title

Update Redirect

update_redirect
Full Description

Update an existing URL redirect

Parameters (2 required, 5 optional)
Required
projectIdstring

The project ID

redirectIdstring

The redirect ID

Optional
activeboolean

Whether the redirect is active

descriptionstring

Updated description

destinationstring

Updated destination URL path

permanentboolean

Whether this is a permanent (301) or temporary (302) redirect

sourcestring

Updated source URL path

Update Theme

update_theme
Full Description

Update theme variables (colors, typography, spacing)

Parameters (3 required)
Required
projectIdstring

The project ID

themeIdstring

The theme ID

variablesobject

Theme variables to update (appearance, font, color, radius, scaling, spacing, etc.)