Connect to AI
Three kinds of caller, three doors, one engine. Pick who you are and paste one line.
Claude, ChatGPT, or any MCP client
You use an assistant and want it to fill forms for you.
https://api.getemboss.ai/mcpThe first 5 context fills each month are free, then 3¢ per form.
Also: ChatGPT, Gemini, Grok, Antigravity
Another agent
You run an agent that speaks A2A and wants a form-filling skill.
https://api.getemboss.ai/.well-known/agent-card.jsonThe first 5 context fills each month are free, then 3¢ per form.
An agent with no account
You want to pay per job, with no key and no sign-up.
curl -X POST https://api.getemboss.ai/pay/quote -F "file=@form.pdf"From $0.05 to make a form fillable and $0.08 to fill it from documents; the exact price comes back before you pay.
Using n8n, Zapier, Make or Pipedream instead?
Those tools call Emboss through their own integrations. See the n8n, Zapier, Make or Pipedream integrations.
Want the plain REST API? Start with the quickstart.