Create a post
Prod Env
https://api.sqabl.com/v1
Prod Env
https://api.sqabl.com/v1
POST
/posts/create
Request
Header Params
Authorization
string
required
Example:
Bearer some-random-token
Body Params multipart/form-data
arenaId
string
required
type
enum<string>
required
Allowed values:
debatepollquestion
imageFile
file
optional
question
string
optional
title
string
optional
description
string
optional
pollContent
string
optional
pollOptions[]
string
optional
duration
number
optional
Example:
3600
scheduledStartTime
string
optional
For instance, "2024-10-05T18:50:00+01:00";
where
year = 2024
month = 10
day = 05
time-part separator = T
hh = 18
mm = 50
ss = 00
timezone = +01:00
Example:
2024-10-05T18:50:00+01:00