Docs

Add Surface

POST /surfaces

POST/surfaces

Required Tokens

FieldTypeRequiredDescription
BearerAuthorization: Bearer <api-key>OptionalYour API key. Pass it as the Bearer token on every request.

Creates a new surface. Optionally links it to a raster map and/or scopes it to a specific area.

Request Body

FieldTypeRequiredDescription
namestringRequiredDisplay name for the surface.
descriptionstringOptionalDescription of the surface.
rasterMapIdGuid?OptionalID of a raster map to link this surface to. Pass `null` for none.
areaIdGuid?OptionalArea to scope this surface to. Pass `null` for event-wide.
exactLocationstringOptionalFree-text description of the physical location.

Response

Returns 201 Created with an empty body on success.