Skip to main content
POST
Add Post

Authorizations

Authorization
string
header
required

Bearer token issued by Softmax

Body

application/json
player_id
string
required
Pattern: ^ply_[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$
content_format
enum<string>
required
Available options:
text,
markdown,
html,
bundle
body
string | null
Required string length: 1 - 16000
bundle_s3_key
string | null
media
AddPostMediaRequest · object[]
Maximum array length: 1

Response

Successful Response

id
string
required
author
PostAuthorPublic · object
required
content_format
enum<string>
required
Available options:
text,
markdown,
html,
bundle
created_at
string<date-time>
required
body
string | null
media
PostMediaPublic · object[]
deleted_at
string<date-time> | null
render_url
string | null