---
title: "Public Api Create Lead"
method: POST
path: "/api/v1/leads"
tags: ["Public API"]
---

# Public Api Create Lead

`POST /api/v1/leads`

Push a lead into a sequence with a plain API key.

Same effect as the Zapier/Make "Create Lead" action, without OAuth: the org
is taken from the API key, so an integrator can call this from any HTTP
client without a token that can expire mid-scenario.

## Request body

- PublicApiCreateLeadRequest
  - `first_name` string, required
  - `last_name` string, nullable
  - `phone` string, required
  - `email` string, nullable
  - `url` string, nullable
  - `sequence_id` string, uuid, nullable

## Response `202`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/orsay/apis/fastapi.md) · [All operations](https://skmtc.net/orsay/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/orsay/fastapi/revisions/3274aa9b0e51/schema)
