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). For more information on what a map configuration is, see the [Creator for indoor maps](/azure/azure-maps/creator-indoor-maps#map-configuration) concepts article. ### Submit Create Request The Map Configuration `Create` API is an HTTP `POST` request used to create a new map configuration. |
Reference | : Link ¶ |
⚼ Request
POST:
/styles/mapconfigurations
{
x-ms-client-id:
string
,
api-version:
string
,
alias:
string
,
description:
string
,
MapConfiguration:
}
{
,
version:
number
,
description:
string
,
defaultConfiguration:
string
,
configurations:
}
[
]
,
{
,
name:
string
,
displayName:
string
,
description:
string
,
theme:
enum
,
thumbnail:
string
,
baseMap:
enum
,
layers:
}
[
]
,
{
,
tilesetId:
string
,
styleId:
string
,
}
⚐ Response (202)
{
operation-location:
string
,
}
⚐ Response (default)
{
error:
}
{
,
code:
string
,
message:
string
,
target:
string
,
details:
[
,
string
,
]
additionalInfo:
}
[
]
,
{
,
type:
string
,
info:
object
,
}