/public/v1/institutional-landings/{publicSlug}
const url = 'https://api.endless.zaia.app/public/v1/institutional-landings/example';const options = {method: 'GET'};
try { const response = await fetch(url, options); const data = await response.json(); console.log(data);} catch (error) { console.error(error);}curl --request GET \ --url https://api.endless.zaia.app/public/v1/institutional-landings/exampleRetrieves a published institutional landing snapshot.
Parameters
Seção intitulada “Parameters”Path Parameters
Seção intitulada “Path Parameters”The stable public landing identifier.
The stable public landing identifier.
Responses
Seção intitulada “Responses”Published institutional landing retrieved successfully.
object
The canonical URL for the published landing.
When the snapshot was published.
The public landing snapshot.
object
object
The ordered landing blocks.
object
The about description.
The about title.
Whether the block is visible.
object
The benefit items.
object
The item description.
The item title.
The benefit title.
Whether the block is visible.
object
The FAQ items.
object
The FAQ answer.
The FAQ question.
The FAQ title.
Whether the block is visible.
object
object
The CTA label.
The CTA destination URL.
The hero description.
The hero eyebrow.
The hero title.
Whether the block is visible.
object
object
The CTA label.
The CTA destination URL.
The scheduling CTA description.
The scheduling CTA title.
Whether the block is visible.
object
The testimonials.
object
The customer company.
The customer name.
The testimonial quote.
The customer role.
The social proof title.
Whether the block is visible.
object
The value proposition items.
object
The item description.
The item title.
The value proposition title.
Whether the block is visible.
The institutional brief.
object
The target audience.
The company name.
The company description.
The company differentiators.
The main offer.
The business segment.
The desired communication tone.
The controlled visual design system.
object
The controlled background decoration.
The controlled button treatment.
The landing content density.
The safe system font pairing.
The controlled border radius.
The controlled section treatment.
The overall controlled visual style.
The landing color palette.
object
The page background color.
The primary color.
The secondary color.
The text color.
The persistent generation requirements.
object
Additional persistent instructions for future generations.
The desired amount of landing page content.
Facts or points that must be included in future generations.
The landing page objective.
Terms that must not be used in future generations.
The detail schema version.
The selected template.
object
The ordered legacy landing blocks.
object
The about description.
The about title.
Whether the block is visible.
object
The benefit items.
object
The item description.
The item title.
The benefit title.
Whether the block is visible.
object
The FAQ items.
object
The FAQ answer.
The FAQ question.
The FAQ title.
Whether the block is visible.
object
object
The CTA label.
The CTA destination URL.
The hero description.
The hero eyebrow.
The hero title.
Whether the block is visible.
object
object
The CTA label.
The CTA destination URL.
The scheduling CTA description.
The scheduling CTA title.
Whether the block is visible.
object
The testimonials.
object
The customer company.
The customer name.
The testimonial quote.
The customer role.
The social proof title.
Whether the block is visible.
object
The value proposition items.
object
The item description.
The item title.
The value proposition title.
Whether the block is visible.
The institutional brief.
object
The target audience.
The company name.
The company description.
The company differentiators.
The main offer.
The business segment.
The desired communication tone.
The landing color palette.
object
The page background color.
The primary color.
The secondary color.
The text color.
The legacy detail schema version.
The selected legacy template.
Example
{ "snapshot": { "detail": { "blocks": [ { "type": "about", "variant": "split" } ], "design": { "backgroundEffect": "glow", "buttonStyle": "pill", "density": "balanced", "fontPairing": "humanist-sans", "radius": "rounded", "sectionTreatment": "alternating", "visualStyle": "bold" }, "requirements": { "contentDepth": "balanced" }, "schemaVersion": 2, "templateId": "ai-first-product" } }}Published institutional landing not found.
The description of a known exception.
object
The error code.
The error call-to-action.
object
The error feedback.
object
The error message.
The error name.
Example
{ "cta": { "type": "support-contact" }}