> ## Documentation Index
> Fetch the complete documentation index at: https://docs.immotech.live/llms.txt
> Use this file to discover all available pages before exploring further.

# Post applicants

> Create an applicant



## OpenAPI

````yaml post /applicants
openapi: 3.0.1
info:
  title: My API
  description: OpenAPI documentation for the Rust web service.
  version: 1.0.0
servers:
  - url: https://api.example.com/api/v1
security: []
paths:
  /applicants:
    post:
      description: Create an applicant
      responses:
        '201':
          description: Applicant created

````