{
  "schema": "instanttools.capabilities.v1",
  "generated_at": "2026-04-20T23:34:46.256Z",
  "service": {
    "id": "resumematch",
    "name": "ResumeWin",
    "url": "https://resumewin.ai",
    "vendor": "Instant Tools",
    "pricing": {
      "model": "one-time",
      "amount_usd": 9.99
    }
  },
  "actions": [
    {
      "id": "analyze",
      "description": "Analyze a instant resume vs. job-post comparison and return a structured plain-English report.",
      "method": "POST",
      "endpoint": "/api/analyze",
      "input": {
        "type": "object",
        "properties": {
          "text": {
            "type": "string",
            "description": "Raw text of the document"
          },
          "file": {
            "type": "file",
            "formats": [
              "pdf",
              "docx",
              "txt",
              "jpg",
              "png"
            ],
            "max_mb": 10
          }
        },
        "one_of": [
          "text",
          "file"
        ]
      },
      "output": {
        "type": "object",
        "properties": {
          "matchScore": {
            "type": "any"
          },
          "matchExplanation": {
            "type": "any"
          },
          "missingKeywords": {
            "type": "any"
          },
          "strengths": {
            "type": "any"
          },
          "tailoredBullets": {
            "type": "any"
          },
          "coverLetterPreview": {
            "type": "any"
          },
          "actionItems": {
            "type": "any"
          }
        }
      },
      "sample_output_url": "https://resumewin.ai/preview",
      "median_latency_seconds": 30,
      "requires_payment": true,
      "price_usd": 9.99
    },
    {
      "id": "preview",
      "description": "Fetch a complete example analysis (no payment required).",
      "method": "GET",
      "endpoint": "/preview"
    }
  ],
  "agent_guidance": {
    "when_to_invoke": [
      "Career Switchers",
      "Active Job Seekers",
      "Promotion Hunters",
      "Returning to Work",
      "New Grads",
      "Passive Candidates"
    ],
    "when_not_to_invoke": [
      "User has already engaged a licensed professional for this document",
      "Document requires binding legal advice (not decision-support)",
      "Document is not in English",
      "User wants a subscription or ongoing monitoring workflow"
    ],
    "authentication": "none",
    "rate_limits": "soft rate limit; use /request-refund webform for volume inquiries",
    "contact": "https://resumewin.ai/request-refund"
  },
  "references": {
    "facts": "https://resumewin.ai/api/facts.json",
    "llms_txt": "https://resumewin.ai/llms.txt",
    "ai_brief": "https://resumewin.ai/ai-brief"
  },
  "license": "CC BY 4.0"
}