cURL
curl --request POST \ --url https://api.feedspace.io/v3/forms \ --header 'Authorization: Basic <encoded-value>' \ --header 'Content-Type: application/json' \ --data '{ "name": "<string>", "page_title": "<string>", "page_main_message": "<string>", "allow_video_recording": 0, "video_button_label": "<string>", "allow_screen_recording": 0, "screen_button_label": "<string>", "allow_audio_recording": 0, "audio_button_label": "<string>", "allow_text_review": 0, "text_button_label": "<string>", "allow_upload_file_option": 0, "text_file_upload_label": "<string>", "allow_files": [ "<string>" ] }'
{ "message": "Feed Form Created Successfully", "data": { "id": 10391, "unique_form_id": "form_MbgOEoTSlvsjYg8wN7NTZ1fg", "slug": "cGdkixR", "public_url": "https://www.feedspace.io/u/cGdkixR" } }
Creates a new review form.
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Basic <encoded-value>
<encoded-value>
username:password
Review form created successfully.
The response is of type object.
object