Skip to main content
POST
Bulk moderate posts

Authorizations

Authorization
string
header
required

API key prefixed with jcr_. To obtain a key programmatically (no dashboard required), see POST /v1/authorize.

Path Parameters

feed_id
integer
required

Body

application/json
action_type
enum<string>
required
Available options:
approve,
reject,
soft_delete,
hard_delete
post_ids
integer[]

Specific post IDs to moderate

tab
enum<string>

Moderate all posts in this tab (alternative to post_ids)

Available options:
public,
moderation_queue,
trash
excluded_post_ids
integer[]

Post IDs to exclude when using tab

Response

Bulk moderation applied