---
title: "Create Landing Page Request"
method: POST
path: "/api/landing_page/"
tags: ["landing_page"]
---

# Create Landing Page Request

`POST /api/landing_page/`

Public endpoint to capture landing page requests.
No authentication required - anyone can submit.

Args:
    request_data: Contains email_id and request text
    
Returns:
    Success response with the created request ID

## Request body

- LandingPageRequest
  - `email_id` string, required
  - `request` string, required

## Response `200`

Successful Response

- LandingPageResponse
  - `success` boolean, required
  - `message` string, required
  - `id` string, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/usecrow/apis/crow-backend-multi-tenant-saas.md) · [All operations](https://skmtc.dev/usecrow/apis/crow-backend-multi-tenant-saas/llms.txt) · [OpenAPI document](https://skmtc.dev/usecrow/apis/crow-backend-multi-tenant-saas/revisions/dafdd6b267c4?raw)
