Description | : > [!NOTE] > > **Azure Maps Creator retirement** > > The Azure Maps Creator indoor map service is now deprecated and will be retired on 9/30/25. For more information, see [End of Life Announcement of Azure Maps Creator](https://aka.ms/AzureMapsCreatorDeprecation). ### Submit Create Request The `Style Create` API is an HTTP `POST` request used to create an Azure Maps style by passing in either a JSON or ZIP file containing the style information. The Create Style API is a [long-running operation](https://aka.ms/am-creator-lrt-v2). |
Reference | : Link ¶ |
⚼ Request
POST:
/styles
{
x-ms-client-id:
string
,
api-version:
string
,
description:
string
,
alias:
string
,
CreateContent:
object
,
}
⚐ Response (202)
{
operation-location:
string
,
}
⚐ Response (default)
{
error:
}
{
,
code:
string
,
message:
string
,
target:
string
,
details:
[
,
string
,
]
additionalInfo:
}
[
]
,
{
,
type:
string
,
info:
object
,
}