Tag: TTWrite API

TTWrite API: Change Display Language

Endpoint URL //ttwrite.4up.eu/mobile_api/language Description This API allows the logged-in user to change the display language of the application interface. Parameters Field Value Remarks language_code string The language code (e.g., en, es, fr) to set as the display language. Example Usage httpCopy codePOST //ttwrite.4up.eu/mobile_api/language Content-Type: application/json { “language_code”: “en” } Notes

TTWrite API: Get Notifications / Mentions

Endpoint URL //ttwrite.4up.eu/mobile_api/get_notifications Description This API fetches notifications and mentions for the authenticated user, including updates about likes, comments, follows, and mentions. Parameters Field Value Remarks user_id integer The unique identifier of the user for whom notifications are being fetched. limit integer Optional. The number of results to return perRead More

TTWrite API: Fetch Post Likes

Endpoint URL //ttwrite.4up.eu/mobile_api/fetch_likes Description This API retrieves the list of users who have liked a specific post on the TTWrite platform. The current version does not support fetching reposts for a post. Parameters Field Value Remarks post_id integer The unique identifier of the post whose likes are being fetched. limitRead More

TTWrite API Documentation: create_post Endpoint

This document provides detailed information on creating posts and managing related settings in the TTWrite API. Functionalities of the create_post Endpoint 1. How It Works 2. Upload Post Media API Endpoint Parameters Field Value Remarks session_id Access token ID Example: de25cc16eb00960f076… type Media file type (image/video) Example: image file MediaRead More

TTWrite API Documentation: avatar_cover Endpoint

This document provides detailed instructions for using the avatar_cover endpoint in the TTWrite API. This endpoint allows users to manage their avatars, profile covers, and cover repositioning. Each section describes the functionality, required parameters, and expected responses. Navigation Overview The avatar_cover endpoint uses a tab-based structure for its functionalities: FunctionalitiesRead More