{
  "status": "design_preview",
  "notice": "Fictional records. No live API. Not for clinical use.",
  "examples": [
    {
      "method": "GET",
      "path": "/v1/ndc/{ndc}",
      "response": {
        "ndc": "{ndc}",
        "imprint": { "front": "DEMO", "back": null },
        "appearance": { "shape": "round", "color": "white" },
        "provenance": "manufacturer_declared",
        "review_status": "example_only"
      }
    },
    {
      "method": "GET",
      "path": "/v1/imprint/search?q=DEMO",
      "response": {
        "query": "DEMO",
        "matches": [
          {
            "product_id": "demo_product_001",
            "imprint": { "front": "DEMO", "back": null },
            "match_type": "exact_text",
            "review_status": "example_only"
          }
        ],
        "clinical_use": false
      }
    },
    {
      "method": "GET",
      "path": "/v1/ndc/{ndc}/images",
      "response": {
        "product_id": "demo_product_001",
        "images": [
          { "id": "demo_image_001", "kind": "observed", "synthetic": false },
          {
            "id": "demo_image_002",
            "kind": "derived",
            "synthetic": true,
            "parent_ids": ["demo_image_001"]
          }
        ],
        "example_only": true
      }
    }
  ]
}
