---
title: "POST /sip-media-applications"
method: POST
path: "/sip-media-applications"
---

# POST /sip-media-applications

`POST /sip-media-applications`

Creates a SIP media application.

## Request body

- object
  - `AwsRegion` string, required — The AWS Region assigned to the SIP media application.
  - `Name` string, required — The SIP media application name.
  - `Endpoints` SipMediaApplicationEndpoint[], required — List of endpoints (Lambda Amazon Resource Names) specified for the SIP media application. Currently, only one endpoint is supported.
    - `LambdaArn` string, password — Valid Amazon Resource Name (ARN) of the Lambda function, version, or alias. The function must be created in the same AWS Region as the SIP media application.

## Response `201`

Success

- CreateSipMediaApplicationResponse
  - `SipMediaApplication` object — The SIP media application details.
    - `SipMediaApplicationId` string — The SIP media application ID.
    - `AwsRegion` string — The AWS Region in which the SIP media application is created.
    - `Name` string — The name of the SIP media application.
    - `Endpoints` SipMediaApplicationEndpoint[] — List of endpoints for SIP media application. Currently, only one endpoint per SIP media application is permitted.
      - `LambdaArn` string, password — Valid Amazon Resource Name (ARN) of the Lambda function, version, or alias. The function must be created in the same AWS Region as the SIP media application.
    - `CreatedTimestamp` string, date-time — The SIP media application creation timestamp, in ISO 8601 format.
    - `UpdatedTimestamp` string, date-time — The SIP media application updated timestamp, in ISO 8601 format.

## Other responses

- `480` — BadRequestException
- `481` — ForbiddenException
- `482` — AccessDeniedException
- `483` — UnauthorizedClientException
- `484` — ThrottledClientException
- `485` — ResourceLimitExceededException
- `486` — ConflictException
- `487` — ServiceUnavailableException
- `488` — ServiceFailureException

---

[API](https://skmtc.net/aws/apis/chime.md) · [All operations](https://skmtc.net/aws/apis/chime/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aws/chime/versions/40da18840201/schema)
