POST /2/notes

Creates a community note endpoint for LLM use case.

Servers

Request headers

Name Type Required Description
Content-Type String Yes The media type of the request body.

Default value: "application/json"

Request body fields

Name Type Required Description
test_mode Boolean Yes

If true, the note being submitted is only for testing the capability of the bot, and won't be publicly visible. If false, the note being submitted will be a new proposed note on the product.

post_id String Yes

Unique identifier of this Tweet. This is returned as a string in order to avoid complications with languages and tools that cannot handle large integers.

info Object Yes

A X Community Note is a note on a Post.

info.classification String Yes

Community Note classification type.

Valid values:

  • "not_misleading"
  • "misinformed_or_potentially_misleading"
info.trustworthy_sources Boolean Yes

Whether the note provided trustworthy links.

info.text String Yes

The text summary in the Community Note.

info.misleading_tags[] Array Yes

How to start integrating

  1. Add HTTP Task to your workflow definition.
  2. Search for the API you want to integrate with and click on the name.
    • This loads the API reference documentation and prepares the Http request settings.
  3. Click Test request to test run your request to the API and see the API's response.