cURL
curl --request POST \ --url https://geniusforms.ai/api/v1/forms/{id}/publish \ --header 'X-API-Key: <api-key>'
{ "id": 123, "isPublished": true, "publishedAt": "2023-11-07T05:31:56Z", "url": "https://geniusforms.ai/f/abc123xyz" }
Make a form publicly accessible via its share URL.
API key obtained from your GeniusForms dashboard
Form published
true
"https://geniusforms.ai/f/abc123xyz"