{
  "service": "Semaglutida Berberina Guest Post API",
  "version": "1.0",
  "description": "REST API for ordering guest posts and backlinks on semaglutida-berberina.com. Designed for AI agents and automated SEO tools.",
  "endpoints": {
    "GET /api/info": "Get site information and accepted topics",
    "GET /api/packages": "List all available packages with pricing",
    "GET /api/packages/:id": "Get details for a specific package",
    "POST /api/order": "Place a new order (returns payment link)",
    "GET /api/order/:id": "Check order status"
  },
  "example_order": {
    "method": "POST",
    "url": "/api/order",
    "body": {
      "package": "guest_post_premium",
      "target_url": "https://example.com/my-page",
      "anchor_text": "best weight loss supplements",
      "topic": "Natural weight loss methods",
      "customer_email": "customer@example.com",
      "customer_name": "John Smith"
    }
  },
  "website": "https://semaglutida-berberina.com",
  "contact": {
    "email": "info@semaglutida-berberina.com",
    "whatsapp": "+15862481681",
    "telegram": "@SemaglutidaBerberina"
  }
}