Skip to content
Back to Talkform

Card snapshot

talkform.ai · 2026-07-22 22:11:59 UTC · 16728de7fae28de3fbdb923f7237190fcfb3e3926337600663bf6c36a969bc9b

This is a frozen copy of the agent's agent-card.json as we observed it at the timestamp above. We capture a new snapshot every time the card's content hash changes. Useful for: forensic drift analysis, verifying downstream callers see the right version, reproducing routing decisions made historically.

{
  "name": "Talkform",
  "description": "Talkform turns any form into a live audio interview. It asks questions aloud in the browser, captures structured answers into form fields, and exports clean JSON for apps, workflows, and agents.",
  "url": "https://talkform.ai",
  "version": "1.0.0",
  "provider": {
    "organization": "Talkform",
    "url": "https://talkform.ai"
  },
  "capabilities": {
    "streaming": false,
    "pushNotifications": false
  },
  "defaultInputModes": [
    "audio",
    "text"
  ],
  "defaultOutputModes": [
    "application/json",
    "text/markdown"
  ],
  "skills": [
    {
      "id": "run-interview",
      "name": "Run a guided interview",
      "description": "Ask form questions one at a time over live browser audio or text and capture structured answers.",
      "tags": [
        "interview",
        "voice",
        "forms"
      ]
    },
    {
      "id": "import-form",
      "name": "Import a public form",
      "description": "Read a public Typeform, Google Forms, Jotform, or HubSpot form URL and produce an editable Talkform draft config.",
      "tags": [
        "import",
        "typeform",
        "google-forms",
        "jotform",
        "hubspot"
      ]
    },
    {
      "id": "export-result",
      "name": "Export structured results",
      "description": "Export a completed interview session as JSON matching the AudioformSessionResult schema, or as Markdown.",
      "tags": [
        "export",
        "json",
        "schema"
      ]
    }
  ],
  "documentationUrl": "https://talkform.ai/docs",
  "note": "Informational web discovery profile only. Talkform does not currently expose an A2A JSON-RPC endpoint or hosted remote-agent session transport."
}