Card snapshot
talkform.ai
·
2026-07-22 11:39:30 UTC
·
0c1a7f8eab69c4a09ed99e6a8cf07a45a831f340c98e7d36dd99ae9a9b62914d
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": true,
"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",
"securitySchemes": {
"bearer": {
"type": "http",
"scheme": "bearer",
"description": "Machine clients authenticate to the HTTP API with a bearer token (see /docs/http-api)."
}
}
}