Agent-readable docs index: /llms.txt. Full docs in one file: /llms-full.txt. Download /docs.zip to grep all markdown files locally.

Create Target

Save a DealMachine property as a Driving target.
body property_idnumberrequired
Internal DealMachine property ID
body latitudenumber
Latitude where the target was saved
body longitudenumber
Longitude where the target was saved
body drive_session_idnumber
Driving session ID
body notesstring
Optional target notes
Request example
curl https://api.v2.dealmachine.com/v1/driving/targets \ -H "Authorization: Bearer dm_sk_live_xxx" \ -H "Content-Type: application/json" \ -d '{ "property_id": 123456, "notes": "Vacant lot with overgrown yard" }'