SoftSolzSoftSolz
HomeAPI GuideAPI ReferenceWidget Tester

Forms

Embed a form widget or submit from your backend.

Build the form in the dashboard, then either embed the widget on your site or submit from your own backend with a secret key.

Embed the widget

html
<script src="https://app.softsolz.uk/softsolz.js"
data-public-key="pk_live_your_key"
data-service-id="forms"
data-form-slug="your-form-slug"></script>

Submit from your server

bash
curl https://app.softsolz.uk/api/v1/services/forms/forms \
-H "Authorization: Bearer sk_live_your_key"

Next

Browse every endpoint in the API Reference, or read the product walkthrough on docs.softsolz.uk.