-
Notifications
You must be signed in to change notification settings - Fork 0
User content
Alvin Cheng edited this page Apr 23, 2023
·
3 revisions
From v1.7.0 of the API, you can now send content in either gif or image formats. You can upload content via the upload content endpoint and access it by using the static link structure below:
https://<YOUR_URL>/content/<USER>/<CONTENT_ID>.<FILE_FORMAT>
- Home
- Login endpoint
- Block user endpoint
- Create room endpoint
- Delete user endpoint
- Get all rooms endpoint
- Get GIF endpoint
- Get messages endpoint
- Get public rooms endpoint
- Get user info endpoint
- Get users info endpoint (Deprecated)
- Join room endpoint
- Signup endpoint
- Report room endpoint
- Remove room endpoint
- Update description endpoint
- Follow user endpoint
- Unfollow user endpoint
- Update icon color endpoint
- Upload content endpoint
- Upload content endpoint (Deprecated)
- Verify client endpoint
- Upload token endpoint
- Chill&chat websockets
- Message socket
- Keyboard socket
- Delete message socket
- User content
- Final words&thoughts
- Run API