1 · We issue your keys
Keys are issued by byMovers: access to your company's REST API and a token pair for each lead-capture form.
byMovers doesn't live in isolation. We're connected with the industry's leading lead generators and with the most widely used invoicing programs. And through our API you can integrate virtually any other system, whether or not we have an agreement with it.
Receive and manage your quote requests directly in byMovers, simply and efficiently, with no copy-pasting between platforms.
Leads straight into your CRM
Leads straight into your CRM
Leads straight into your CRM
Leads straight into your CRM
Leads straight into your CRM
byMovers will be muvly.ai's first connector — the AI that turns your website visitors into quotes. A partnership that takes automatic quoting to the next level.
Export your invoices to the accounting system of your choice or send them straight to your accountant. byMovers also complies with electronic invoicing: VERI*FACTU, TicketBAI and Facturae.
Accounting export
Accounting export
Accounting export
Accounting sync
Cloud syncIf your company works with custom software or with a tool we don't integrate yet, your development team has two routes: byMovers' public REST API to read and update data, and the byWebForms lead-capture API to create leads in a single call.
# 1 · Create a lead in a single call # "fields" follows your form schema curl -X POST https://<tuempresa>.bymovers.io/webforms/api/v1/submissions \ -H "X-Webform-Token: wfsk_YOUR_SECRET_TOKEN" \ -H "Idempotency-Key: lead-2026-07-12-0041" \ -H "Content-Type: application/json" \ -d '{ "fields": { … }, "formUserFields": { "name": "Ana", "surnames": "García", "emailNotif": "ana@example.com", "phoneNumber": "+34600000000" } }' # 201 → id, refNumber, status, isSandbox # 2 · Read jobs (read-only) curl https://api.bymovers.io/api/v1/projects \ -H "Authorization: Bearer <token>" \ -H "X-Host: <tuempresa>" \ -H "X-Company: 1"
This is how the industry's lead generators come in (Happy to Serve, Movers P.O.E., Quot8, ReloAdvisor, TriGlobal): each one with its own form and its own token, which is why connecting a new one takes no development. The same works for your company's CRM or for automation tools such as Zapier, Make or n8n. And if you work with AI agents, there is a JSON-RPC (MCP) endpoint to read the form schema and register leads.
Keys are issued by byMovers: access to your company's REST API and a token pair for each lead-capture form.
Your team integrates with the OpenAPI specification, the Postman collection and the guide; test mode triggers no real side effects.
In live mode, every lead turns itself into a complete job when the form has a customer assigned and automatic processing on.