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"
Dictionary of building attributes and values. See JSON Format Specification.
Show child attributes
API Message.
Newly-created item_key.