---
title: "Add curp"
method: POST
path: "/omni/add/curp"
tags: ["Curp validation"]
---

# Add curp

`POST /omni/add/curp`

Add curp and the validation process result to interview.

## Headers

- `api-version` string, required

## Request body

- AddCurpRequest
  - `curp` string — User's curp. Has to be in valid format. If it isn't present, then curp value from interview is used.

## Response `200`

Respuesta con validación de CURP

## Other responses

- `400` — Bad Request
- `500` — Internal error during CURP validation.
- `504` — The request to validate the CURP exceeded the allowed time limit

---

[API](https://skmtc.net/incode/apis/incode-omni-api.md) · [All operations](https://skmtc.net/incode/apis/incode-omni-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/incode/incode-omni-api/revisions/30cd6d926ea3/schema)
