Requires TokenAgecheckCache Purgepost_conversation_create
Post a new conversation.
Primary URL: https://endpoint.hey.cafe/post_conversation_createbase64Requiredcontent
The text encoded for the new conversation.
textcontent_raw
You can use this if you want to provide the text without encoding.
textcafe
The café ID to post into.
textfile
The file ID to include in the conversation, you need to send the file to post_temp_file.
textimage_url
A url to a file to download and attach to the conversation.
base64alt
The text encoded up to 2000 characters that will be used for the file alt text.
boolianadult
If TRUE we will flag the file as adult.
boolianspoiler
If TRUE we will flag the file as spoiler.
boolianai
If TRUE we will flag the file as AI generated.
booleandraft
If TRUE it will only save the conversation as a draft.
Requires TokenAgecheckCache Purgepost_conversation_create_tag
A new conversation tag that is used for sorting.
Primary URL: https://endpoint.hey.cafe/post_conversation_create_tagtextRequiredname
The name for the tag.
textRequiredemoji
The emoji character.
textcafe
The café ID for this tag.
Requires TokenAgecheckCache Purgepost_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_cafetextRequiredconversation
The ID of the conversation.
textRequiredcafe
The café ID to move it to, or just the string false to remove.
Requires TokenAgecheckCache Purgepost_conversation_tag
Add a tag to a conversation.
Primary URL: https://endpoint.hey.cafe/post_conversation_tagtextRequiredconversation
The ID of the conversation.
textRequiredtag
The tag ID, or just the string false to remove.
Requires TokenAgecheckCache Purgepost_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_edittextRequiredconversation
The ID of the conversation.
base64Requiredcontent
The text encoded for the conversation.
textcontent_raw
You can use this if you want to provide the text without encoding.
Requires TokenAgecheckCache Purgepost_conversation_publish
Post a draft conversation as if it's been just created.
Primary URL: https://endpoint.hey.cafe/post_conversation_publishtextRequiredconversation
The ID of the conversation.
Requires TokenAgecheckCache Purgepost_conversation_delete
Deletes a conversation from the system.
Primary URL: https://endpoint.hey.cafe/post_conversation_deletetextRequiredconversation
The ID of the conversation.
Requires TokenAgecheckCache Purgepost_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_locktextRequiredconversation
The ID of the conversation.
Requires TokenAgecheckCache Purgepost_conversation_unlock
Unlock a conversation so it can reactions or comments made on it.
Primary URL: https://endpoint.hey.cafe/post_conversation_unlocktextRequiredconversation
The ID of the conversation.
Requires TokenAgecheckCache Purgepost_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_pintextRequiredconversation
The ID of the conversation.
Requires TokenAgecheckCache Purgepost_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_unpintextRequiredconversation
The ID of the conversation.
Requires TokenAgecheckCache Purgepost_conversation_hide
Hide a conversation, only works if done by staff in a café.
Primary URL: https://endpoint.hey.cafe/post_conversation_hidetextRequiredconversation
The ID of the conversation.
Requires TokenAgecheckCache Purgepost_conversation_show
Show a conversation, only works if done by staff in a café.
Primary URL: https://endpoint.hey.cafe/post_conversation_showtextRequiredconversation
The ID of the conversation.
Requires TokenAgecheckCache Purgepost_conversation_attach_photo
Attach a photo to a conversation you have created.
Primary URL: https://endpoint.hey.cafe/post_conversation_attach_phototextRequiredconversation
The ID of the conversation.
textRequiredfile
The file ID to attach, you need to send the file to post_temp_file.
base64alt
The text encoded up to 2000 characters that will be used for the file alt text.
boolianadult
If TRUE we will flag the file as adult.
boolianspoiler
If TRUE we will flag the file as spoiler.
boolianai
If TRUE we will flag the file as AI generated.
Requires TokenAgecheckCache Purgepost_conversation_attach_file
Attach a file to a conversation you have created.
Primary URL: https://endpoint.hey.cafe/post_conversation_attach_filetextRequiredconversation
The ID of the conversation.
textRequiredfile
The file ID to attach, you need to send the file to post_temp_file.
base64alt
The text encoded up to 2000 characters that will be used for the file alt text.
boolianadult
If TRUE we will flag the file as adult.
boolianspoiler
If TRUE we will flag the file as spoiler.
boolianai
If TRUE we will flag the file as AI generated.
Requires TokenCache Purgepost_conversation_react
Create a reaction to a conversation.
Primary URL: https://endpoint.hey.cafe/post_conversation_reacttextRequiredconversation
The ID of the conversation.
textRequiredreaction
The string that represents the reaction, this can be found using get_system_reactions.
Requires TokenAgecheckCache Purgepost_conversation_delete_react
Remove all your reactions on a conversation.
Primary URL: https://endpoint.hey.cafe/post_conversation_delete_reacttextRequiredconversation
The ID of the conversation.
Requires TokenAgecheckCache Purgepost_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_attachmenttextRequiredconversation
The ID of the conversation.
textRequiredattachment
The ID of the attachment.
base64Requiredcontent
The alt text to use.
Requires TokenAgecheckCache Purgepost_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_attachmenttextRequiredconversation
The ID of the conversation.
textRequiredattachment
The ID of the attachment.
boolianRequiredvalue
Use TRUE or FALSE.
Requires TokenAgecheckCache Purgepost_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_attachmenttextRequiredconversation
The ID of the conversation.
textRequiredattachment
The ID of the attachment.
boolianRequiredvalue
Use TRUE or FALSE.
Requires TokenAgecheckCache Purgepost_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_attachmenttextRequiredconversation
The ID of the conversation.
textRequiredattachment
The ID of the attachment.
boolianRequiredvalue
Use TRUE or FALSE.
Requires TokenAgecheckCache Purgepost_conversation_delete_attachment
Delete a file attached to a conversation.
Primary URL: https://endpoint.hey.cafe/post_conversation_delete_attachmenttextRequiredconversation
The ID of the conversation.
textRequiredattachment
The ID of the attachment.
Requires TokenAgecheckCache Purgepost_conversation_primary_attachment
Move an attachment to the first of the sort order list.
Primary URL: https://endpoint.hey.cafe/post_conversation_primary_attachmenttextRequiredconversation
The ID of the conversation.
textattachment
The attachment ID to move.
Requires TokenAgecheckCache Purgepost_conversation_update_tag
Update the details of a conversation tag
Primary URL: https://endpoint.hey.cafe/post_conversation_update_tagtextRequiredtag
The ID for the tag.
textname
The new name for the tag.
textemoji
The new emoji character.
textstaff
As a string true or false.
textcollapsed
As a string true or false.
Requires TokenAgecheckCache Purgepost_conversation_delete_tag
Delete a conversation tag.
Primary URL: https://endpoint.hey.cafe/post_conversation_delete_tagtextRequiredtag
The ID for the tag.