Hey.Café Endpoint Docs

Post Conversation

Docs Home / Post Conversation
Requires TokenAgecheckCache Purge

post_conversation_create

Post a new conversation.

Primary URL: https://endpoint.hey.cafe/post_conversation_create
base64Required
content
The text encoded for the new conversation.
text
content_raw
You can use this if you want to provide the text without encoding.
text
cafe
The café ID to post into.
text
file
The file ID to include in the conversation, you need to send the file to post_temp_file.
text
image_url
A url to a file to download and attach to the conversation.
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.
boolean
draft
If TRUE it will only save the conversation as a draft.
Requires TokenAgecheckCache Purge

post_conversation_create_tag

A new conversation tag that is used for sorting.

Primary URL: https://endpoint.hey.cafe/post_conversation_create_tag
textRequired
name
The name for the tag.
textRequired
emoji
The emoji character.
text
cafe
The café ID for this tag.
Requires TokenAgecheckCache Purge

post_conversation_cafe

Move a conversation in or out of a café. Café moderators can move a conversation to a café they manage from one they manage, or remove from café.

Primary URL: https://endpoint.hey.cafe/post_conversation_cafe
textRequired
conversation
The ID of the conversation.
textRequired
cafe
The café ID to move it to, or just the string false to remove.
Requires TokenAgecheckCache Purge

post_conversation_tag

Add a tag to a conversation.

Primary URL: https://endpoint.hey.cafe/post_conversation_tag
textRequired
conversation
The ID of the conversation.
textRequired
tag
The tag ID, or just the string false to remove.
Requires TokenAgecheckCache Purge

post_conversation_edit

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

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

post_conversation_publish

Post a draft conversation as if it's been just created.

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

post_conversation_delete

Deletes a conversation from the system.

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

post_conversation_lock

Lock a conversation so it can no longer have reactions or comments made on it.

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

post_conversation_unlock

Unlock a conversation so it can reactions or comments made on it.

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

post_conversation_pin

Pin a conversation to the top of a profile, or a café if done by café staff.

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

post_conversation_unpin

Unpin a conversation from the top of a profile, or a café if done by café staff.

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

post_conversation_hide

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

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

post_conversation_show

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

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

post_conversation_attach_photo

Attach a photo to a conversation you have created.

Primary URL: https://endpoint.hey.cafe/post_conversation_attach_photo
textRequired
conversation
The ID of the conversation.
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 TokenAgecheckCache Purge

post_conversation_attach_file

Attach a file to a conversation you have created.

Primary URL: https://endpoint.hey.cafe/post_conversation_attach_file
textRequired
conversation
The ID of the conversation.
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_conversation_react

Create a reaction to a conversation.

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

post_conversation_delete_react

Remove all your reactions on a conversation.

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

post_conversation_edit_alt_attachment

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

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

post_conversation_edit_adult_attachment

Edit the flag value for adult on a file attached to a conversation.

Primary URL: https://endpoint.hey.cafe/post_conversation_edit_adult_attachment
textRequired
conversation
The ID of the conversation.
textRequired
attachment
The ID of the attachment.
boolianRequired
value
Use TRUE or FALSE.
Requires TokenAgecheckCache Purge

post_conversation_edit_spoiler_attachment

Edit the flag value for spoiler on a file attached to a conversation.

Primary URL: https://endpoint.hey.cafe/post_conversation_edit_spoiler_attachment
textRequired
conversation
The ID of the conversation.
textRequired
attachment
The ID of the attachment.
boolianRequired
value
Use TRUE or FALSE.
Requires TokenAgecheckCache Purge

post_conversation_edit_ai_attachment

Edit the flag value for AI on a file attached to a conversation.

Primary URL: https://endpoint.hey.cafe/post_conversation_edit_ai_attachment
textRequired
conversation
The ID of the conversation.
textRequired
attachment
The ID of the attachment.
boolianRequired
value
Use TRUE or FALSE.
Requires TokenAgecheckCache Purge

post_conversation_delete_attachment

Delete a file attached to a conversation.

Primary URL: https://endpoint.hey.cafe/post_conversation_delete_attachment
textRequired
conversation
The ID of the conversation.
textRequired
attachment
The ID of the attachment.
Requires TokenAgecheckCache Purge

post_conversation_primary_attachment

Move an attachment to the first of the sort order list.

Primary URL: https://endpoint.hey.cafe/post_conversation_primary_attachment
textRequired
conversation
The ID of the conversation.
text
attachment
The attachment ID to move.
Requires TokenAgecheckCache Purge

post_conversation_update_tag

Update the details of a conversation tag

Primary URL: https://endpoint.hey.cafe/post_conversation_update_tag
textRequired
tag
The ID for the tag.
text
name
The new name for the tag.
text
emoji
The new emoji character.
text
staff
As a string true or false.
text
collapsed
As a string true or false.
Requires TokenAgecheckCache Purge

post_conversation_delete_tag

Delete a conversation tag.

Primary URL: https://endpoint.hey.cafe/post_conversation_delete_tag
textRequired
tag
The ID for the tag.