Skip to main content
POST
Create Community Notes

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Body

application/json
info
object
required

The Community Note contents.

post_id
string
required

ID of the Post the note is about.

Pattern: ^[0-9]{1,19}$
test_mode
boolean
required

If true, the note is only for testing and is not publicly visible.

Response

The request has succeeded.

data
object
errors
object[]