{"openapi":"3.1.0","info":{"title":"Pinky Regalos API","version":"1.0.0","description":"API pública de Pinky Regalos para catálogos, blog, documentación y salud del servicio."},"servers":[{"url":"https://pinkyregalos.com","description":"Servidor principal"}],"paths":{"/api/health":{"get":{"summary":"Verificar estado del servicio","operationId":"getHealth","responses":{"200":{"description":"Servicio en funcionamiento","content":{"application/json":{"schema":{"type":"object","properties":{"status":{"type":"string","example":"ok"},"message":{"type":"string","example":"Pinky Regalos API is running"}}}}}}}}},"/api/blog/posts":{"get":{"summary":"Obtener artículos del blog","operationId":"getBlogPosts","responses":{"200":{"description":"Lista de artículos del blog","content":{"application/json":{"schema":{"type":"array","items":{"type":"object"}}}}}}}},"/api/blog/posts/{slug}":{"get":{"summary":"Obtener un artículo del blog por slug","operationId":"getBlogPostBySlug","parameters":[{"name":"slug","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Detalle del artículo","content":{"application/json":{"schema":{"type":"object"}}}},"404":{"description":"Artículo no encontrado"}}}},"/.well-known/api-catalog":{"get":{"summary":"Catálogo de APIs RFC 9727","operationId":"getApiCatalog","responses":{"200":{"description":"Linkset de catálogo de APIs","content":{"application/linkset+json":{"schema":{"type":"object","properties":{"linkset":{"type":"array","items":{"type":"object"}}}}}}}}}},"/api/mpp-premium":{"get":{"summary":"Premium Agent Content via MPP","operationId":"getMppPremium","x-payment-info":{"intent":"charge","method":"tempo","amount":"0.10","currency":"USDC"},"responses":{"200":{"description":"Premium content","content":{"application/json":{"schema":{"type":"object"}}}}}}}}}