Commit a staged object

Save a previously staged (dry run) poll or slide object to the database. Use this after reviewing the preview returned by POST /poll or POST /slide with dryRun: true. The object is inserted as-is — no re-processing or default merging is applied.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params
string
enum
required

The type of object to commit.

Allowed:
data
object
required

The full object returned from the dry run preview (the data field from the dry run response).

integer

Position to insert the slide (only applicable for type "slide"). Returned from the dry run response.

Responses
200

The created poll or slide object (same format as normal create response)

404

Account or poll not found, or you do not own it

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json