Description | : **Applies to:** see pricing [tiers](https://aka.ms/AzureMapsPricingTier). The Style Create request allows the caller to create an Azure Maps style. Creator makes it possible to develop applications based on your private indoor map data using Azure Maps API and SDK. [This](https://docs.microsoft.com/azure/azure-maps/creator-indoor-maps) article introduces concepts and tools that apply to Azure Maps Creator. ## Submit Create Request To create your style you will make a `POST` request with an azure maps style. 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
,
CreateContent:
object
,
}
⚐ Response (202)
{
operation-location:
string
,
}
⚐ Response (default)
{
error:
}
{
,
code:
string
,
message:
string
,
target:
string
,
details:
[
,
string
,
]
additionalInfo:
}
[
]
,
{
,
type:
string
,
info:
object
,
}