public
GET /v1/public/quotes/form
What the free-quote form needs to render itself.
ప్రమాణీకరణ
ఈ ఎండ్పాయింట్ పబ్లిక్. దీనికి ఎలాంటి ఆధారాలు మరియు సంస్థ అవసరం లేదు — మన స్వంత మార్కెటింగ్ సైట్ మరియు AI సమాధాన ఇంజిన్లు చదివేది ఇదే.
ఈ ఎండ్పాయింట్ ఎలాంటి సంస్థ ఐడీని తీసుకోదు. మీ కీ ఇప్పటికే అది ఏ సంస్థకు చెందుతుందో గుర్తిస్తుంది మరియు ప్రతిస్పందన దానికే పరిమితం చేయబడుతుంది.
ప్రయత్నించండి
కోణీయ బ్రాకెట్లలో ఉన్న దేన్నైనా మీ స్వంత విలువలతో భర్తీ చేయండి, మరియు కీ ప్లేస్హోల్డర్ను మీ డాష్బోర్డ్ నుండి తీసుకున్న కీతో భర్తీ చేయండి.
curl -X GET https://api.zinndigital.com/v1/public/quotes/formసైన్ ఇన్ చేశారా? మీ డ్యాష్బోర్డ్లోని API కాన్సోల్ మీ అసలైన సంస్థ ID మరియు మీ స్వంత కీని నింపుతుంది, అలాగే మీరు అసలైన ప్రతిస్పందనను చూడటానికి లైవ్ API ద్వారా ఆభ్యర్థనను రన్ చేస్తుంది. ఈ ఎండ్పాయింట్ను API కన్సోల్లో తెరిచండి
వివరాలు
Anonymous — no credential, no tenant. Reports the Cloudflare Turnstile site key (public by construction; it ships in the page's HTML) and the enum choices the form's dropdowns are built from. ⛔ The choices come from here rather than being hand-copied into the client for the reason a hand-maintained copy of anything always goes wrong: it goes stale silently and then submits a value the engine refuses, which the visitor sees as an error on a field they filled in correctly. ⛔ turnstile_site_key is null — never "" — when no challenge is configured. The client branches on it, and "not configured" and "configured as an empty string" must be distinguishable on the wire.
స్పందన
| పేరు | రకం | కావలసినది | ఇది ఏమిటి |
|---|---|---|---|
turnstile_site_key | string | అవును | The Cloudflare Turnstile site key, or null when no challenge is configured. ⛔ Public by construction — it ships in the page's HTML — which is why it is served rather than kept… |
max_attachments | integer | అవును | How many files one submission may carry. |
max_attachment_bytes | integer | అవును | The ceiling across the WHOLE request, not per file. Five files each inside the per-file cap is far more than an anonymous caller should be able to store. |
accepted_types | string[] | అవును | The media types an attachment may be. An allow-list, never a block-list — a block-list is a claim that somebody thought of every dangerous format. |
project_types | QuoteChoice[] | అవును | — |
budget_bands | QuoteChoice[] | అవును | — |
timelines | QuoteChoice[] | అవును | — |
ఈ ఎండ్పాయింట్ తిరిగి ఇవ్వగల లోపాలు
429