Skip to main content
POST
Refine a post

Authorizations

api_key
string
header
required

Personal API key.

Path Parameters

post_id
string
required

ID of the post, as returned in the content plan. Must be a UUID.

app_id
string
required

ID of the app.

Body

application/json
request
string
required

What to change about the post, in your own words. Can't be empty.

Maximum string length: 5000
Example:

"Make it shorter and drop the emoji."

Response

The content plan, with this post rewritten.

plan
ContentPlan · object | null

The app's content plan, or null if it has none.