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

Create Property Note

Create a note for a Driving property.
body property_idnumber
Internal DealMachine property ID
body contentstringrequired
Note content
body drive_session_idnumber
Driving session ID
body latitudenumber
Latitude where the note was created
body longitudenumber
Longitude where the note was created
Request example
curl https://api.v2.dealmachine.com/v1/driving/notes \ -H "Authorization: Bearer dm_sk_live_xxx" \ -H "Content-Type: application/json" \ -d '{ "property_id": 123456, "content": "Boarded front window and tall grass" }'