cURL
curl --request POST \ --url https://api.sovfixer.com/api/v1/sov/{id}/add_building \ --header 'Authorization: <api-key>' \ --header 'Content-Type: application/json' \ --data '{ "building_data": {} }'
{ "message": "<string>", "id": "<string>" }
Adds a building as an annotation to an existing SOV.
Token-based authentication with required prefix "Token"
The response is of type object.
object