{
  "info": {
    "name": "LLMWhisperer — mcp.ai",
    "description": "REST API for the LLMWhisperer MCP. Set {{apiKey}} to a workspace key (sk_live_…) created at https://mcp.ai/settings/api-keys.",
    "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
  },
  "auth": {
    "type": "bearer",
    "bearer": [
      {
        "key": "token",
        "value": "{{apiKey}}",
        "type": "string"
      }
    ]
  },
  "variable": [
    {
      "key": "baseUrl",
      "value": "https://api.mcp.ai/api/llmwhisperer",
      "type": "string"
    },
    {
      "key": "apiKey",
      "value": "sk_live_...",
      "type": "string"
    }
  ],
  "item": [
    {
      "name": "llmwhisperer_convert_document_to_text_v2",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/convert/document/to/text/v2",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "convert",
            "document",
            "to",
            "text",
            "v2"
          ]
        },
        "description": "Tool to convert PDF/scanned documents to text format for LLM consumption. Supports file upload or URL processing with multiple modes (native_text, low_cost, high_quality, form, table). Use when you ne",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"tag\": \"\",\n  \"url\": \"\",\n  \"file\": {},\n  \"lang\": \"\",\n  \"mode\": \"\",\n  \"filename\": \"\",\n  \"output_mode\": \"\",\n  \"url_in_post\": false,\n  \"use_webhook\": \"\",\n  \"add_line_nos\": false,\n  \"page_seperator\": \"\",\n  \"pages_to_extract\": \"\",\n  \"webhook_metadata\": \"\",\n  \"median_filter_size\": 0,\n  \"mark_vertical_lines\": false,\n  \"gaussian_blur_radius\": 0,\n  \"mark_horizontal_lines\": false,\n  \"line_splitter_strategy\": \"\",\n  \"include_line_confidence\": false,\n  \"line_splitter_tolerance\": 0,\n  \"horizontal_stretch_factor\": 0\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "llmwhisperer_get_highlights",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/highlights",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "highlights"
          ]
        },
        "description": "Tool to get line metadata for highlighting extracted text in the original document. Returns bounding box coordinates (x, y, width, height) and page number for each line. Use when you need to create te",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"lines\": \"\",\n  \"whisper_hash\": \"\",\n  \"extract_all_lines\": false\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "llmwhisperer_register_webhook",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/register/webhook",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "register",
            "webhook"
          ]
        },
        "description": "Tool to register a new webhook endpoint for LLMWhisperer async notifications. Use when you need to set up a callback URL to receive processing results. The webhook URL is validated during registration",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"url\": \"\",\n  \"auth_token\": \"\",\n  \"webhook_name\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "llmwhisperer_usage_get_info",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/usage/get/info",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "usage",
            "get",
            "info"
          ]
        },
        "description": "Tool to check usage metrics of your LLMWhisperer account. Use when you need to monitor API consumption, verify quotas, or check remaining page limits.",
        "body": {
          "mode": "raw",
          "raw": "{}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "llmwhisperer_usage_get_stats",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/usage/get/stats",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "usage",
            "get",
            "stats"
          ]
        },
        "description": "Tool to retrieve usage statistics for your LLMWhisperer account based on a specific tag. Use when you need to check consumption metrics for a given tag and optional date range. Returns usage data for ",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"tag\": \"\",\n  \"to_date\": \"\",\n  \"from_date\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "llmwhisperer_webhook_delete",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/webhook/delete",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "webhook",
            "delete"
          ]
        },
        "description": "Tool to delete a registered webhook from LLMWhisperer system. Use when you need to remove a webhook that is no longer needed.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"webhook_name\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "llmwhisperer_webhook_get_details",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/webhook/get/details",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "webhook",
            "get",
            "details"
          ]
        },
        "description": "Tool to retrieve registered webhook details for LLMWhisperer. Use when you need to get the configuration of a specific webhook including its URL and authentication token.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"webhook_name\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "llmwhisperer_webhook_update",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/webhook/update",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "webhook",
            "update"
          ]
        },
        "description": "Tool to update an existing webhook configuration for document conversion callbacks. Use when you need to modify the callback URL, authentication token, or webhook identifier. The system validates the ",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"url\": \"\",\n  \"auth_token\": \"\",\n  \"webhook_name\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "llmwhisperer_whisper_check_status",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/whisper/check/status",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "whisper",
            "check",
            "status"
          ]
        },
        "description": "Tool to check the status of a text extraction process in LLMWhisperer. Use when the conversion is done in async mode to poll for completion status.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"whisper_hash\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "llmwhisperer_whisper_get_detail",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/whisper/get/detail",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "whisper",
            "get",
            "detail"
          ]
        },
        "description": "Tool to retrieve comprehensive details about ongoing or completed text extraction process. Use when you need to monitor the status and progress metrics of a text extraction job.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"whisper_hash\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "llmwhisperer_whisper_retrieve_text",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/whisper/retrieve/text",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "whisper",
            "retrieve",
            "text"
          ]
        },
        "description": "Tool to retrieve extracted text from asynchronous whisper processing. Use when the conversion process was initiated in async mode and you need to retrieve the results using the whisper_hash identifier",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"text_only\": false,\n  \"whisper_hash\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    }
  ]
}