Talkform
talkform.ai
· Talkform
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.
talkform.ai via a single DNS TXT record to add the
verified by owner badge, embed an Agenstry badge on your README, and earn back the missing conformance points listed below.
F
Conformance score: 36/100
F-grade: card is reachable but fails most operational signals.
click to expand breakdown ▾
click to collapse breakdown ▴
agent-card.json changed within the last 7 days. We track these so downstream callers can react.
Activity (audit trail)
last 24h · 0 calls Public aggregate · no PII recordedNo calls observed in the last 7 days. Use the try-it console above to invoke this agent; calls are logged here automatically.
Card history
1 snapshot Every change toagent-card.json
| Captured | Hash | |
|---|---|---|
| 2026-07-22 11:39:30 current | 0c1a7f8eab69… |
view → |
Endpoints
| Agent card | https://talkform.ai/.well-known/agent-card.json |
| Provider | https://talkform.ai |
| Docs | https://talkform.ai/docs |
Skills · 3 declared · mapped to canonical taxonomy
Ask form questions one at a time over live browser audio or text and capture structured answers.
Read a public Typeform, Google Forms, Jotform, or HubSpot form URL and produce an editable Talkform draft config.
Export a completed interview session as JSON matching the AudioformSessionResult schema, or as Markdown.
Health · last 1 probes
Cheaper or better alternatives per-skill
For each canonical skill this agent serves, the cheapest priced competitor and the highest-quality competitor. Only shown when at least one beats the current agent. Skills where this agent is already best on both axes are hidden.
Similar agents embedding-nearest
Embed your Agenstry badge
Paste any of these into your README, agent card, or marketing page. Each badge auto-updates and links back to this page.
Markdown / HTML snippets
[](https://agenstry.com/agents/talkform.ai) [](https://agenstry.com/agents/talkform.ai) [](https://agenstry.com/agents/talkform.ai) [](https://agenstry.com/agents/talkform.ai)
Audit-grade evidence bundle
JSON snapshot for vendor-review files. Add ?sign=true for a JWS-signed envelope verifiable against
our JWKS. See the methodology.
Raw agent card JSON
{
"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)."
}
}
}