Just-listed, open-house, or coming-soon flyer for one address from just the addr
Just-listed, open-house, or coming-soon flyer for one address from just the address: a 4:5 Instagram-ready PNG with the agent's own colors, logo, contact strip, and headshot. With no licensed subject photo, Locus builds an aerial hero with the official parcel outline when available; the model supplies only the decorative skin. Never valuation, ranking, screening, or safe/unsafe claims. npx @velinussage/locus-agent-skill add.
Answeringour last check, 2026-09-24
1 of 1checks answered this week
1462 msmedian answer time
$0.99listed price per call
$0.99price it asked us
Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.
Endpoint
POST https://api.locus.report/api/locus-property-flyer
| Category | Image and media |
|---|---|
| Provider host | api.locus.report |
| Networks | eip155:8453 |
| Payment schemes | exact |
| Self-reported calls, 30 days | 3 from 2 payers (the provider's figure, not ours) |
Our checks, last 30 days
| Day | Result | HTTP | Asked | Time |
|---|---|---|---|---|
| 2026-09-24 | valid payment request | 402 | $0.99 | 1462 ms |
Example input (from the provider)
{
"body": {
"address": "1 E Edenton St, Raleigh, NC 27601",
"brand": {
"accentColor": "#D8B25C",
"highlightColor": "#79D7D0",
"primaryColor": "#081F35"
},
"cta": "OPEN THE FULL PROPERTY REPORT",
"features": [],
"headline": "PROPERTY OVERVIEW",
"style": "local_editorial"
},
"bodyType": "json",
"method": "POST",
"type": "http"
}
Promised output schema (from the provider)
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"body": {
"properties": {
"address": {
"maxLength": 240,
"minLength": 5,
"pattern": "^(?:(?:\\d{1,8}[A-Za-z]?(?:[-/]\\d{1,8}[A-Za-z]?)?)\\s+[A-Za-z0-9][A-Za-z0-9 .,'#&()/-]*|(?:lot|parcel|tract|unit)\\s+[A-Za-z0-9-]+(?:\\s+[A-Za-z0-9][A-Za-z0-9 .,'#&()/-]*)?),\\s*[A-Za-z][A-Za-z .'-]{1,79},\\s*[A-Z]{2}(?:\\s+\\d{5}(?:-\\d{4})?)?$",
"type": "string"
},
"brand": {
"default": {
"accentColor": "#D8B25C",
"highlightColor": "#79D7D0",
"primaryColor": "#081F35"
},
"properties": {
"accentColor": {
"default": "#D8B25C",
"pattern": "^#[0-9A-Fa-f]{6}$",
"type": "string"
},
"contact": {
"additionalProperties": false,
"required": [
"name",
"phone"
],
"type": "object"
},
"headshot": {
"required": [
"role",
"url",
"sourceName",
"rightsConfirmed",
"rightsBasis",
"rightsHolder",
"permittedUse",
"attestedAt",
"privacyReviewed"
],
"type": "object"
},
"highlightColor": {
"default": "#79D7D0",
"pattern": "^#[0-9A-Fa-f]{6}$",
"type": "string"
},
"logo": {
"required": [
"role",
"url",
"sourceName",
"rightsConfirmed",
"rightsBasis",
"rightsHolder",
"permittedUse",
"attestedAt",
"privacyReviewed"
],
"type": "object"
},
"primaryColor": {
"default": "#081F35",
"pattern": "^#[0-9A-Fa-f]{6}$",
"type": "string"
}
},
"type": "object"
},
"creativeBrief": {
"maxLength": 500,
"minLength": 1,
"pattern": "^[^\\x00-\\x1F\\x7F]*$",
"type": "string"
},
"cta": {
"default": "OPEN THE FULL PROPERTY REPORT",
"enum": [
"OPEN THE FULL PROPERTY REPORT",
"REVIEW THE PROPERTY REPORT",
"SCAN FOR THE FULL PROPERTY REPORT"
],
"type": "string"
},
"features": {
"default": [],
"items": {
"required": [
"text",
"evidence"
],
"type": "object"
},
"maxItems": 10,
"type": "array"
},
"headline": {
"default": "PROPERTY OVERVIEW",
"enum": [
"PROPERTY OVERVIEW",
"PROPERTY HIGHLIGHTS",
"PROPERTY CONTEXT",
"WATERFRONT PROPERTY OVERVIEW",
"LAND OVERVIEW"
],
"type": "string"
},
"propertyImage": {
"properties": {
"attestedAt": {
"format": "date-time",
"pattern": "^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z))$",
"type": "string"
},
"kind": {
"enum": [
"licensed_property_photo",
"locus_report_visual"
],
"type": "string"
},
"permittedUse": {
"const": "commercial_marketing",
"type": "string"
},
"privacyReviewed": {
"const": true,
"type": "boolean"
},
"rightsBasis": {
"enum": [
"owned_by_requester",
"licensed_for_marketing",
"public_domain",
"locus_generated"
],
"type": "string"
},
"rightsConfirmed": {
"const": true,
"type": "boolean"
},
"rightsHolder": {
"maxLength": 160,
"minLength": 2,
"type": "string"
},
"role": {
"const": "subject_property_media",
"type": "string"
},
"sourceName": {
"maxLength": 120,
"minLength": 2,
"type": "string"
},
"url": {
"format": "uri",
"maxLength": 2048,
"type": "string"
}
},
"required": [
"role",
"url",
"sourceName",
"kind",
"rightsConfirmed",
"rightsBasis",
"rightsHolder",
"permittedUse",