Hey.Café Endpoint Docs

Post Comment

Docs Home / Post Comment
Requires TokenAgecheckCache Purge

post_comment_create

Post a new comment to a conversation.

Primary URL: https://endpoint.hey.cafe/post_comment_create
textRequired
conversation
The ID of the conversation.
base64Required
content
The text encoded for the new comment.
text
content_raw
You can use this if you want to provide the text without encoding.
text
file
The file ID to include in the conversation, you need to send the file to post_temp_file
base64
alt
The text encoded up to 2000 characters that will be used for the file alt text.
boolian
adult
If TRUE we will flag the file as adult.
boolian
spoiler
If TRUE we will flag the file as spoiler.
boolian
ai
If TRUE we will flag the file as AI generated.
Requires TokenAgecheckCache Purge

post_comment_edit

Update the text on a comment, this does require the user have PRO status to work.

Primary URL: https://endpoint.hey.cafe/post_comment_edit
textRequired
comment
The ID of the comment.
base64Required
content
The text encoded for the comment.
text
content_raw
You can use this if you want to provide the text without encoding.
Requires TokenAgecheckCache Purge

post_comment_delete

Deletes a comment from the system.

Primary URL: https://endpoint.hey.cafe/post_comment_delete
textRequired
comment
The ID of the comment.
Requires TokenAgecheckCache Purge

post_comment_pin

Pin a comment to the top of a conversation, can only be done by the owner of the conversation.

Primary URL: https://endpoint.hey.cafe/post_comment_pin
textRequired
comment
The ID of the comment.
Requires TokenAgecheckCache Purge

post_comment_unpin

Unpin a comment from the top of a conversation, can only be done by the owner of the conversation.

Primary URL: https://endpoint.hey.cafe/post_comment_unpin
textRequired
comment
The ID of the comment.
Requires TokenAgecheckCache Purge

post_comment_hide

Hide a comment, only works if done by staff in a café.

Primary URL: https://endpoint.hey.cafe/post_comment_hide
textRequired
comment
The ID of the comment.
Requires TokenAgecheckCache Purge

post_comment_show

Show a comment, only works if done by staff in a café.

Primary URL: https://endpoint.hey.cafe/post_comment_show
textRequired
comment
The ID of the comment.
Requires TokenAgecheckCache Purge

post_comment_attach_photo

Attach a photo to a comment you have created.

Primary URL: https://endpoint.hey.cafe/post_comment_attach_photo
textRequired
comment
The ID of the comment.
textRequired
file
The file ID to attach, you need to send the file to post_temp_file.
base64
alt
The text encoded up to 2000 characters that will be used for the file alt text.
boolian
adult
If TRUE we will flag the file as adult.
boolian
spoiler
If TRUE we will flag the file as spoiler.
boolian
ai
If TRUE we will flag the file as AI generated.
Requires TokenCache Purge

post_comment_react

Create a reaction to a comment.

Primary URL: https://endpoint.hey.cafe/post_comment_react
textRequired
comment
The ID of the comment.
textRequired
reaction
The string that represents the reaction, this can be found using get_system_reactions.
Requires TokenAgecheckCache Purge

post_comment_delete_react

Remove all your reactions on a comment.

Primary URL: https://endpoint.hey.cafe/post_comment_delete_react
textRequired
comment
The ID of the comment.
Requires TokenAgecheckCache Purge

post_comment_edit_alt_attachment

Edit the alt text on a file attached to a comment.

Primary URL: https://endpoint.hey.cafe/post_comment_edit_alt_attachment
textRequired
comment
The ID of the comment.
textRequired
attachment
The ID of the attachment.
base64Required
content
The alt text to use.
Requires TokenAgecheckCache Purge

post_comment_edit_adult_attachment

Edit the flag for adult on a file attached to a comment.

Primary URL: https://endpoint.hey.cafe/post_comment_edit_adult_attachment
textRequired
comment
The ID of the comment.
textRequired
attachment
The ID of the attachment.
boolianRequired
value
Provide TRUE or FALSE.
Requires TokenAgecheckCache Purge

post_comment_edit_spoiler_attachment

Edit the flag for spoiler on a file attached to a comment.

Primary URL: https://endpoint.hey.cafe/post_comment_edit_spoiler_attachment
textRequired
comment
The ID of the comment.
textRequired
attachment
The ID of the attachment.
boolianRequired
value
Provide TRUE or FALSE.
Requires TokenAgecheckCache Purge

post_comment_edit_ai_attachment

Edit the flag for AI on a file attached to a comment.

Primary URL: https://endpoint.hey.cafe/post_comment_edit_ai_attachment
textRequired
comment
The ID of the comment.
textRequired
attachment
The ID of the attachment.
boolianRequired
value
Provide TRUE or FALSE.
Requires TokenAgecheckCache Purge

post_comment_delete_attachment

Delete a file attached to a comment.

Primary URL: https://endpoint.hey.cafe/post_comment_delete_attachment
textRequired
comment
The ID of the comment.
textRequired
attachment
The ID of the attachment.