# Post Details Retrieve detailed information about specific creator content including post data, comments, transcripts, or audio files. What you get - Supports Instagram, TikTok, and YouTube platforms. - Returns platform-specific content metadata and engagement data in a structured format. Credits - 0.03 credits per successful request. If no data is returned, no credits are deducted. Endpoint: POST /public/v1/creators/content/details/ Version: 1.0.0 Security: Bearer ## Request fields (application/json): - `platform` (string, required) Enum: "instagram", "tiktok", "youtube" - `content_type` (string, required) Type of content to fetch. Platform-specific. - `post_id` (string, required) ID of the post, e.g., '3702042988674165349_1541770582'. - `pagination_token` (string) Pagination token, optional. ## Response 200 fields (application/json): - `credits_cost` (number,null) - `result` (object) A dictionary of arbitrary key-value pairs.