Visibility

Documentation

POST /api/fixes/generate

Copy-paste fixes powered by DeepSeek. $0.55

Request

{
  "url": "https://example.com",
  "issues": ["missing_llms_txt", "missing_json_ld"]
}

issues is optional. If omitted, a full audit runs first and top issues are used.

Response

{
  "data": {
    "url": "...",
    "fixes": [
      {
        "id": "llms-txt",
        "title": "Create /llms.txt",
        "type": "file",
        "path": "/llms.txt",
        "content": "...",
        "instructions": "..."
      }
    ]
  }
}

Generated with deepseek-v4-flash. Model failures return 502 without settling payment.