Description | : **Applies to:** see [pricing tiers](https://aka.ms/AzureMapsPricingTier). Creator makes it possible to develop applications based on your private indoor map data using Azure Maps API and SDK. See the [Creator for indoor maps](https://docs.microsoft.com/azure/azure-maps/creator-indoor-maps) article for an introduction to the Azure Maps Creator concepts and tools. This API allows the caller to create routeset data from a dataset. Use the routeset API to create special data structures consumed by the Azure Maps Wayfinding service to discover the shortest paths within a facility. ### Submit Create Request To create a routeset, make a `POST` request with an empty body. The dataset is used as the source of the routeset data, so the `datasetId` query parameter must be included. The Create Routeset API is a [long-running operation](https://aka.ms/am-creator-lrt-v2). |
Reference | : Link ¶ |
⚼ Request
POST:
/routesets
{
x-ms-client-id:
string
,
api-version:
string
,
datasetId:
string
,
description:
string
,
}
⚐ Response (202)
{
operation-location:
string
,
}
⚐ Response (default)
{
error:
}
{
,
code:
string
,
message:
string
,
target:
string
,
details:
[
,
string
,
]
additionalInfo:
}
[
]
,
{
,
type:
string
,
info:
object
,
}