You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: x-api/community-notes/introduction.mdx
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,10 @@ Developers can retrieve a list of X Posts that are eligible to receive a Communi
12
12
13
13
Developers can retrieve a list of Community Notes that have been written by the authenticating user on X Posts using the `GET https://api.x.com/2/notes/search/notes_written` endpoint.
14
14
15
+
## Evaluate a drafted community note before submitting
16
+
17
+
Before submitting a note, developers can get the note evaluated using the `POST https://api.x.com/2/evaluate_note` endpoint.
18
+
15
19
## Manage Community Notes
16
20
17
21
Developers can submit Community Notes on X Posts using the `POST https://api.x.com/2/notes` endpoint.
0 commit comments