Text Emotion API
Get Text Details
Retrieve all details for a specific text directly from the database.
Returns a complete standardized response with all possible fields. Fields that don't exist in the database are returned as null.
Access Control:
- Authenticated users can access their own texts
- Admins can access all texts
- Sample texts and shared texts are publicly accessible
get/v2/texts/{text_id}
Path parameters
text_idstring required
The unique ID of the text.
The unique ID of the text.
Response
Successful Response