Agent-readable docs index: /llms.txt. Full docs in one file: /llms-full.txt. Download /docs.zip to grep all markdown files locally.
query record_typestringdefault: property
property, person, or company.
query record_idstringrequired
Record ID, e.g. prop_12345.
Returns 404 prospect_not_found when the record is not a prospect.
Request example
curl "https://api.v2.dealmachine.com/v1/prospects/by-record?record_type=property&record_id=prop_12345" \ -H "Authorization: Bearer dm_sk_live_xxx"