{"openapi":"3.1.0","info":{"title":"ParcelLaunch","version":"1.0.0","description":"Build a cinematic 3D flyover listing of any US property from an address or parcel number. Free watermarked preview; $25 per lot or $49/mo unlimited to unlock."},"servers":[{"url":"https://parcellaunch.com"}],"paths":{"/api/agent/listing":{"post":{"operationId":"create_3d_listing","summary":"Create a 3D flyover listing from an address or APN","requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"address":{"type":"string"},"apn":{"type":"string"},"state":{"type":"string"},"county":{"type":"string"},"asking_price":{"type":"number"}}}}}},"responses":{"200":{"description":"Listing created — preview_url is the free watermarked link to hand the user."}}}},"/api/agent/listing/{listing_id}":{"get":{"operationId":"get_listing","summary":"Look up an existing listing","parameters":[{"name":"listing_id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"The listing."}}}},"/api/agent/pricing":{"get":{"operationId":"get_pricing","summary":"Current plans and prices","responses":{"200":{"description":"Pricing."}}}}}}