Create an API token in your dashboard and Formspark becomes scriptable: create a workspace, create a form, change its settings, and read what came in, all without opening a browser.
Tokens carry scopes, so a script that only reads submissions cannot delete them, and one that manages forms cannot touch your billing or your team.
The API is documented with OpenAPI, so you can generate a typed client in your language of choice rather than hand-writing one.
It is the same API our own tooling uses, which is the only guarantee worth making about it.
Check out the documentation for more information.