AplasAplas API Reference

Create a map

Will create a map and start an automatic build

POST
/map

Authorization

BearerAuth
AuthorizationBearer <token>

API authentication via Authorization: Bearer <your-api-key>. Obtain your API key from Config → API in the Aplas web app.

In: header

Request Body

application/json

The new map to create

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

*/*

curl -X POST "https://api.au.aplas.com/api/v2/map" \  -H "Content-Type: application/json" \  -d '{    "id": "id",    "name": "Map A",    "description": "More information",    "applicationFilter": "mapSize = \'small\'",    "indexId": "id_index",    "tagGroupId": "id_tag_group"  }'
Empty
{
  "code": 500,
  "message": "Internal server error"
}