> ## Documentation Index
> Fetch the complete documentation index at: https://docs.sociavault.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Post

> Get a post by url. Also returns comments and related posts.

<Note>
  💳 **1 credit** per request
</Note>


## OpenAPI

````yaml GET /v1/scrape/threads/post
openapi: 3.1.0
info:
  title: SociaVault API
  version: 1.0.0
  description: >-
    # SociaVault API Documentation


    The SociaVault API provides comprehensive access to social media data
    extraction across multiple platforms.


    ## Features


    - **Multi-Platform Support**: TikTok, Instagram, YouTube, Facebook, Twitter,
    Reddit, Threads, and more

    - **Credit-Based System**: Pay-as-you-go pricing with transparent credit
    costs

    - **High Performance**: Fast, reliable data extraction

    - **Comprehensive Data**: Detailed user profiles, videos, posts, comments,
    and analytics


    ## Authentication


    All API requests require authentication using an API key in the `X-API-Key`
    header:


    ```bash

    X-API-Key: sk_live_your_api_key_here

    ```


    Get your API key from the [SociaVault
    Dashboard](https://sociavault.com/dashboard).


    ## Credits


    Each endpoint consumes credits based on data complexity:

    - Simple requests (profiles): 1 credit

    - Complex requests (demographics): 20+ credits

    - Paginated requests: Credits per page


    Check your credit balance in the dashboard or via the API.


    ## Support


    - **Documentation**: https://docs.sociavault.com

    - **Email**: support@sociavault.com

    - **Discord**: https://discord.gg/sociavault
  contact:
    name: SociaVault Support
    email: support@sociavault.com
    url: https://sociavault.com/support
  license:
    name: Commercial
    url: https://sociavault.com/terms
servers:
  - url: https://api.sociavault.com
    description: Production API
security:
  - ApiKeyAuth: []
tags:
  - name: account
    description: Account management and credit balance
    externalDocs:
      description: Learn more
      url: https://docs.sociavault.com/account
  - name: tiktok
    description: Scrape TikTok profiles, videos, and more
    externalDocs:
      description: Learn more
      url: https://docs.sociavault.com/platforms/tiktok
  - name: tiktok-shop
    description: Everything about TikTok Shop
    externalDocs:
      description: Learn more
      url: https://docs.sociavault.com/platforms/tiktok-shop
  - name: instagram
    description: Gets Instagram profiles, posts, and reels
    externalDocs:
      description: Learn more
      url: https://docs.sociavault.com/platforms/instagram
  - name: youtube
    description: Scrape YouTube channels, videos, and more
    externalDocs:
      description: Learn more
      url: https://docs.sociavault.com/platforms/youtube
  - name: linkedin
    description: Scrape LinkedIn
    externalDocs:
      description: Learn more
      url: https://docs.sociavault.com/platforms/linkedin
  - name: facebook
    description: Get public Facebook profiles and posts
    externalDocs:
      description: Learn more
      url: https://docs.sociavault.com/platforms/facebook
  - name: facebookAdLibrary
    description: Scrapes the Facebook (Meta) Ad Library
    externalDocs:
      description: Learn more
      url: https://docs.sociavault.com/platforms/facebookAdLibrary
  - name: facebookMarketplace
    description: Search Facebook Marketplace and pull full listing details
    externalDocs:
      description: Learn more
      url: https://docs.sociavault.com/platforms/facebookMarketplace
  - name: googleAdLibrary
    description: >-
      Scrape the Google Ad Transparency Library. *This only gets the public ads.
      Some ads you need to log in for and sadly we can't get those. Also, since
      there are so many variations, the return types might not all be 100% the
      same.
    externalDocs:
      description: Learn more
      url: https://docs.sociavault.com/platforms/googleAdLibrary
  - name: linkedinAdLibrary
    description: Search the LinkedIn Ad Library
    externalDocs:
      description: Learn more
      url: https://docs.sociavault.com/platforms/linkedinAdLibrary
  - name: twitter
    description: Get Twitter profiles, tweets, followers and more
    externalDocs:
      description: Learn more
      url: https://docs.sociavault.com/platforms/twitter
  - name: reddit
    description: Scrape Reddit posts and comments
    externalDocs:
      description: Learn more
      url: https://docs.sociavault.com/platforms/reddit
  - name: threads
    description: Get Threads posts
    externalDocs:
      description: Learn more
      url: https://docs.sociavault.com/platforms/threads
  - name: google
    description: Scrape Google search results
    externalDocs:
      description: Learn more
      url: https://docs.sociavault.com/platforms/google
paths:
  /v1/scrape/threads/post:
    get:
      tags:
        - threads
      summary: Post
      description: Get a post by url. Also returns comments and related posts.
      operationId: threads_Post
      parameters:
        - name: url
          in: query
          description: The URL of the post to get
          required: true
          schema:
            type: string
            example: https://www.threads.net/@trendspider/post/DIU8naHS6q_
        - name: trim
          in: query
          description: Set to true for a trimmed down version of the response
          required: false
          schema:
            type: boolean
            example: false
      responses:
        '200':
          description: |-
            Successful response

            **Key Response Fields:**
            - `data.post.pk`: Post unique ID
            - `data.post.user.username`: Author Threads handle
            - `data.post.caption.text`: Post text content
            - `data.post.like_count`: Like count
            - `data.post.view_counts`: Number of views
            - `data.post.taken_at`: Unix timestamp
            - `data.post.text_post_app_info.direct_reply_count`: Reply count
            - `data.post.text_post_app_info.repost_count`: Repost count
            - `data.comments`: Array of comment objects with text and user info
            - `data.relatedPosts`: Array of algorithmically related posts
          content:
            application/json:
              examples:
                full:
                  summary: Full Response
                  value:
                    success: true
                    data:
                      success: true
                      post:
                        pk: '3828488408293886842'
                        user:
                          profile_pic_url: >-
                            https://scontent-atl3-3.cdninstagram.com/v/t51.2885-19/358000025_988841669212235_3183384987691331022_n.jpg?stp=dst-jpg_s150x150_tt6&efg=eyJ2ZW5jb2RlX3RhZyI6InByb2ZpbGVfcGljLmRqYW5nby40MDAuYzIifQ&_nc_ht=scontent-atl3-3.cdninstagram.com&_nc_cat=111&_nc_oc=Q6cZ2QEiT-j5k71Sm1O26IFLmFr8tMP1qv_6b5OeOV6XqYsNQqmGbW_I2lI5GbHyI8B_DZs&_nc_ohc=YN92uiZxHdsQ7kNvwHVsqro&_nc_gid=3b1mVJtvKzw6DHnJJdq0uA&edm=APs17CUBAAAA&ccb=7-5&oh=00_Afs11XxJM92RgQP46LtwiE6gdfpypGdDMDrc7t4PfEyPEQ&oe=698F6E15&_nc_sid=10d13b
                          id: '63069450921'
                          pk: '63069450921'
                          friendship_status: null
                          username: trendspider
                          full_name: TrendSpider
                          transparency_label: null
                          transparency_product: null
                          transparency_product_enabled: false
                          is_verified: false
                          text_post_app_is_private: false
                          has_onboarded_to_text_post_app: true
                        id: '3828488408293886842_63069450921'
                        text_post_app_info:
                          is_ghost_post: false
                          id: XDTTextPostAppMediaInfo:18124847110482968
                          show_header_follow: false
                          self_thread_info: null
                          is_spoiler_media: false
                          is_markup: false
                          ghost_post_approximate_reply_count_str: null
                          ghost_post_exp_time_ms: null
                          ghost_post_approximate_like_count_str: null
                          direct_reply_count: 1
                          repost_count: 1
                          quote_count: 0
                          reshare_count: 1
                          custom_feed_preview_info: null
                          platform_podcast_episode_info: null
                          platform_podcast_info: null
                          link_preview_attachment: null
                          link_preview_response: null
                          linked_inline_media: null
                          snippet_attachment_info: null
                          special_effects_enabled_str: ''
                          algo_tweaks_info: null
                          text_fragments:
                            fragments:
                              '0':
                                fragment_type: plaintext
                                link_fragment: null
                                mention_fragment: null
                                plaintext: Bears about to get electrocuted. $XLE ⚡️
                                linkified_web_url: null
                                linkified_in_app_url: null
                                styling_info: null
                          share_info:
                            quoted_attachment_author_attribution_allowed: true
                            quoted_attachment_post_unavailable: false
                            quoted_attachment_post: null
                            quoted_post: null
                            reposted_post: null
                          reply_to_author: null
                          system_status_message: null
                          reply_control: everyone
                          private_reply_partner: null
                          self_thread_count: 0
                          tag_header: null
                          root_post_author: null
                          is_liked_by_root_author: false
                          pinned_post_info:
                            is_pinned_to_parent_post: false
                            is_pinned_to_profile: false
                          related_trends_info: null
                          is_reply: false
                          is_post_unavailable: false
                          post_unavailable_reason: null
                          post_tombstone_info: null
                          hush_info: null
                          can_private_reply: false
                          can_reply: false
                          author_notif_control: null
                        logging_info_token: null
                        is_paid_partnership: null
                        audio: null
                        caption:
                          text: Bears about to get electrocuted. $XLE ⚡️
                          pk: '18124847122482968'
                          has_translation: null
                        caption_is_edited: false
                        transcription_data: null
                        carousel_media: null
                        code: DUhhexTDst6
                        image_versions2:
                          candidates:
                            '0':
                              height: 790
                              url: >-
                                https://scontent-atl3-1.cdninstagram.com/v/t51.2885-15/629017309_17947866438098922_3617815627980895312_n.jpg?stp=dst-jpg_e35_tt6&efg=eyJ2ZW5jb2RlX3RhZyI6InRocmVhZHMuRkVFRC5pbWFnZV91cmxnZW4uMTA3OXg3OTAuc2RyLmY4Mjc4Ny5kZWZhdWx0X2ltYWdlLmMyIn0&_nc_ht=scontent-atl3-1.cdninstagram.com&_nc_cat=106&_nc_oc=Q6cZ2QEiT-j5k71Sm1O26IFLmFr8tMP1qv_6b5OeOV6XqYsNQqmGbW_I2lI5GbHyI8B_DZs&_nc_ohc=hyrKboqlgdAQ7kNvwFZoh7I&_nc_gid=3b1mVJtvKzw6DHnJJdq0uA&edm=APs17CUBAAAA&ccb=7-5&ig_cache_key=MzgyODQ4ODQwODI5Mzg4Njg0Mg%3D%3D.3-ccb7-5&oh=00_Aft_Kr6TvhMsx9ALwUyzLbB-ASptIhzAKy7P0gJMLWg7rQ&oe=698F6A8A&_nc_sid=10d13b
                              width: 1079
                            '1':
                              height: 527
                              url: >-
                                https://scontent-atl3-1.cdninstagram.com/v/t51.2885-15/629017309_17947866438098922_3617815627980895312_n.jpg?stp=dst-jpg_e35_s720x720_tt6&efg=eyJ2ZW5jb2RlX3RhZyI6InRocmVhZHMuRkVFRC5pbWFnZV91cmxnZW4uMTA3OXg3OTAuc2RyLmY4Mjc4Ny5kZWZhdWx0X2ltYWdlLmMyIn0&_nc_ht=scontent-atl3-1.cdninstagram.com&_nc_cat=106&_nc_oc=Q6cZ2QEiT-j5k71Sm1O26IFLmFr8tMP1qv_6b5OeOV6XqYsNQqmGbW_I2lI5GbHyI8B_DZs&_nc_ohc=hyrKboqlgdAQ7kNvwFZoh7I&_nc_gid=3b1mVJtvKzw6DHnJJdq0uA&edm=APs17CUBAAAA&ccb=7-5&ig_cache_key=MzgyODQ4ODQwODI5Mzg4Njg0Mg%3D%3D.3-ccb7-5&oh=00_Afvb_rltw9aZNneE4iT-QIoW0pRWrk7UoHcrb1Pyzvwing&oe=698F6A8A&_nc_sid=10d13b
                              width: 720
                        original_height: 790
                        original_width: 1079
                        accessibility_caption: >-
                          May be an image of text that says 'TrendSpider Trend
                          Spider XLE Weekly, Candles XLE,Weekly,Candles.chart
                          chart Neekly Weekly XLE 53.25 45.16 44.24 41 41.89 89
                          62020 TrendSpider 74.59'
                        usertags: null
                        video_versions: null
                        has_audio: null
                        media_type: 1
                        caption_add_on: null
                        like_count: 19
                        giphy_media_info: null
                        media_overlay_info: null
                        metaPlace: null
                        meta_place: null
                        gen_ai_detection_method: null
                        taken_at: 1770611422
                        organic_tracking_token: >-
                          eyJ2ZXJzaW9uIjo1LCJwYXlsb2FkIjp7ImlzX2FuYWx5dGljc190cmFja2VkIjp0cnVlLCJ1dWlkIjoiZDM0NmYzYjktOTY4YS00NGFmLTliM2ItYzMxYTMxYmE0ZmE4MzgyODQ4ODQwODI5Mzg4Njg0MiJ9LCJzaWduYXR1cmUiOiIifQ==
                        injected: null
                        canonical_url: null
                        like_and_view_counts_disabled: false
                        is_fb_only: null
                        is_internal_only: null
                        view_counts: 2272
                      comments:
                        '0':
                          pk: '3828592294577191413'
                          user:
                            profile_pic_url: >-
                              https://scontent-atl3-1.cdninstagram.com/v/t51.2885-19/358349205_590291013002187_1133548404648795352_n.jpg?stp=dst-jpg_s150x150_tt6&efg=eyJ2ZW5jb2RlX3RhZyI6InByb2ZpbGVfcGljLmRqYW5nby42NDAuYzIifQ&_nc_ht=scontent-atl3-1.cdninstagram.com&_nc_cat=103&_nc_oc=Q6cZ2QEiT-j5k71Sm1O26IFLmFr8tMP1qv_6b5OeOV6XqYsNQqmGbW_I2lI5GbHyI8B_DZs&_nc_ohc=bSKENrL2x0QQ7kNvwFgiqTc&_nc_gid=3b1mVJtvKzw6DHnJJdq0uA&edm=APs17CUBAAAA&ccb=7-5&oh=00_Afu4jog686-1Ygu2XdeQ9EpfZ2ZWE6G_vzN60D8-FII0yQ&oe=698F6EB5&_nc_sid=10d13b
                            id: '63266260470'
                            pk: '63266260470'
                            friendship_status: null
                            username: mansorozali
                            full_name: Mohd Mansor
                            transparency_label: null
                            transparency_product: null
                            transparency_product_enabled: false
                            is_verified: false
                            text_post_app_is_private: false
                            has_onboarded_to_text_post_app: true
                          id: '3828592294577191413_63266260470'
                          text_post_app_info:
                            is_ghost_post: false
                            id: XDTTextPostAppMediaInfo:18053743193449152
                            show_header_follow: false
                            self_thread_info: null
                            is_spoiler_media: false
                            is_markup: false
                            ghost_post_approximate_reply_count_str: null
                            ghost_post_exp_time_ms: null
                            ghost_post_approximate_like_count_str: null
                            direct_reply_count: 0
                            repost_count: 0
                            quote_count: 0
                            reshare_count: null
                            custom_feed_preview_info: null
                            platform_podcast_episode_info: null
                            platform_podcast_info: null
                            link_preview_attachment: null
                            link_preview_response: null
                            linked_inline_media: null
                            snippet_attachment_info: null
                            special_effects_enabled_str: ''
                            algo_tweaks_info: null
                            text_fragments:
                              fragments:
                                '0':
                                  fragment_type: plaintext
                                  link_fragment: null
                                  mention_fragment: null
                                  plaintext: What stocks from this group?
                                  linkified_web_url: null
                                  linkified_in_app_url: null
                                  styling_info: null
                            share_info:
                              quoted_attachment_author_attribution_allowed: true
                              quoted_attachment_post_unavailable: false
                              quoted_attachment_post: null
                              quoted_post: null
                              reposted_post: null
                            reply_to_author:
                              username: trendspider
                              profile_pic_url: >-
                                https://scontent-atl3-3.cdninstagram.com/v/t51.2885-19/358000025_988841669212235_3183384987691331022_n.jpg?stp=dst-jpg_s150x150_tt6&efg=eyJ2ZW5jb2RlX3RhZyI6InByb2ZpbGVfcGljLmRqYW5nby40MDAuYzIifQ&_nc_ht=scontent-atl3-3.cdninstagram.com&_nc_cat=111&_nc_oc=Q6cZ2QEiT-j5k71Sm1O26IFLmFr8tMP1qv_6b5OeOV6XqYsNQqmGbW_I2lI5GbHyI8B_DZs&_nc_ohc=YN92uiZxHdsQ7kNvwHVsqro&_nc_gid=3b1mVJtvKzw6DHnJJdq0uA&edm=APs17CUBAAAA&ccb=7-5&oh=00_Afs11XxJM92RgQP46LtwiE6gdfpypGdDMDrc7t4PfEyPEQ&oe=698F6E15&_nc_sid=10d13b
                              id: '63069450921'
                            system_status_message: null
                            reply_control: everyone
                            private_reply_partner: null
                            self_thread_count: 0
                            tag_header: null
                            root_post_author:
                              pk: '63069450921'
                              profile_pic_url: >-
                                https://scontent-atl3-3.cdninstagram.com/v/t51.2885-19/358000025_988841669212235_3183384987691331022_n.jpg?stp=dst-jpg_s150x150_tt6&efg=eyJ2ZW5jb2RlX3RhZyI6InByb2ZpbGVfcGljLmRqYW5nby40MDAuYzIifQ&_nc_ht=scontent-atl3-3.cdninstagram.com&_nc_cat=111&_nc_oc=Q6cZ2QEiT-j5k71Sm1O26IFLmFr8tMP1qv_6b5OeOV6XqYsNQqmGbW_I2lI5GbHyI8B_DZs&_nc_ohc=YN92uiZxHdsQ7kNvwHVsqro&_nc_gid=3b1mVJtvKzw6DHnJJdq0uA&edm=APs17CUBAAAA&ccb=7-5&oh=00_Afs11XxJM92RgQP46LtwiE6gdfpypGdDMDrc7t4PfEyPEQ&oe=698F6E15&_nc_sid=10d13b
                              username: trendspider
                              id: '63069450921'
                            is_liked_by_root_author: false
                            pinned_post_info:
                              is_pinned_to_parent_post: false
                              is_pinned_to_profile: false
                            related_trends_info: null
                            is_reply: true
                            is_post_unavailable: false
                            post_unavailable_reason: null
                            post_tombstone_info: null
                            hush_info: null
                            can_private_reply: false
                            can_reply: false
                            author_notif_control: null
                          logging_info_token: null
                          is_paid_partnership: null
                          audio: null
                          caption:
                            text: What stocks from this group?
                            pk: '18053743196449152'
                            has_translation: null
                          caption_is_edited: false
                          transcription_data: null
                          carousel_media: null
                          code: DUh5Gg8Ejn1
                          image_versions2:
                            candidates: {}
                          original_height: 612
                          original_width: 612
                          accessibility_caption: null
                          usertags: null
                          video_versions: null
                          has_audio: null
                          media_type: 19
                          caption_add_on: null
                          like_count: 0
                          giphy_media_info: null
                          media_overlay_info: null
                          metaPlace: null
                          meta_place: null
                          gen_ai_detection_method: null
                          taken_at: 1770623789
                          organic_tracking_token: >-
                            eyJ2ZXJzaW9uIjo1LCJwYXlsb2FkIjp7ImlzX2FuYWx5dGljc190cmFja2VkIjpmYWxzZSwidXVpZCI6ImQzNDZmM2I5LTk2OGEtNDRhZi05YjNiLWMzMWEzMWJhNGZhODM4Mjg1OTIyOTQ1NzcxOTE0MTMifSwic2lnbmF0dXJlIjoiIn0=
                          injected: null
                          canonical_url: null
                          like_and_view_counts_disabled: false
                          is_fb_only: null
                          is_internal_only: null
                      relatedPosts:
                        '0':
                          pk: '3828367776251221083'
                          user:
                            profile_pic_url: >-
                              https://scontent-atl3-2.cdninstagram.com/v/t51.2885-19/579876749_17929362672113426_6259432077151103864_n.jpg?stp=dst-jpg_s150x150_tt6&efg=eyJ2ZW5jb2RlX3RhZyI6InByb2ZpbGVfcGljLmRqYW5nby4zMjAuYzIifQ&_nc_ht=scontent-atl3-2.cdninstagram.com&_nc_cat=102&_nc_oc=Q6cZ2QHg55CWcIPA_A2vb0_QKXz_T_bhCni3lqPqWY6mW-Q-7fUcuT3T7Qj4QHEnO516Qpg&_nc_ohc=iCYCRyheh0gQ7kNvwEfdRcK&_nc_gid=3b1mVJtvKzw6DHnJJdq0uA&edm=APs17CUBAAAA&ccb=7-5&oh=00_AfsMfJkXnudFShmdaNVuRHd6DxI4upQUvAdt1dm4lhGGmg&oe=698F778B&_nc_sid=10d13b
                            id: '63466841425'
                            pk: '63466841425'
                            friendship_status: null
                            username: bedirthan
                            full_name: Dave Clark
                            transparency_label: null
                            transparency_product: null
                            transparency_product_enabled: false
                            is_verified: false
                            text_post_app_is_private: false
                            has_onboarded_to_text_post_app: true
                          id: '3828367776251221083_63466841425'
                          text_post_app_info:
                            is_ghost_post: false
                            id: XDTTextPostAppMediaInfo:18345312511232108
                            show_header_follow: false
                            self_thread_info: null
                            is_spoiler_media: false
                            is_markup: false
                            ghost_post_approximate_reply_count_str: null
                            ghost_post_exp_time_ms: null
                            ghost_post_approximate_like_count_str: null
                            direct_reply_count: 0
                            repost_count: 0
                            quote_count: 0
                            reshare_count: null
                            custom_feed_preview_info: null
                            platform_podcast_episode_info: null
                            platform_podcast_info: null
                            link_preview_attachment: null
                            link_preview_response: null
                            linked_inline_media: null
                            snippet_attachment_info: null
                            special_effects_enabled_str: super_bowl_2026
                            algo_tweaks_info: null
                            text_fragments:
                              fragments:
                                '0':
                                  fragment_type: plaintext
                                  link_fragment: null
                                  mention_fragment: null
                                  plaintext: >-
                                    The return-from-commercial graphics being
                                    the Super Bowl players looking like SNL
                                    guest hosts/musicians is perfect
                                  linkified_web_url: null
                                  linkified_in_app_url: null
                                  styling_info: null
                            share_info:
                              quoted_attachment_author_attribution_allowed: true
                              quoted_attachment_post_unavailable: false
                              quoted_attachment_post: null
                              quoted_post: null
                              reposted_post: null
                            reply_to_author: null
                            system_status_message: null
                            reply_control: everyone
                            private_reply_partner: null
                            self_thread_count: 0
                            tag_header:
                              display_name: Super Bowl
                              id: '18384855928070917'
                              is_community: false
                              tag_cluster_name: Super Bowl
                            root_post_author: null
                            is_liked_by_root_author: false
                            pinned_post_info: null
                            related_trends_info: null
                            is_reply: false
                            is_post_unavailable: false
                            post_unavailable_reason: null
                            post_tombstone_info: null
                            hush_info: null
                          logging_info_token: null
                          is_paid_partnership: null
                          audio: null
                          caption:
                            text: >-
                              The return-from-commercial graphics being the
                              Super Bowl players looking like SNL guest
                              hosts/musicians is perfect
                            pk: '18345312514232108'
                            has_translation: null
                          caption_is_edited: false
                          transcription_data: null
                          carousel_media: null
                          code: DUhGDV9AZRb
                          image_versions2:
                            candidates: {}
                          original_height: 612
                          original_width: 612
                          accessibility_caption: null
                          usertags: null
                          video_versions: null
                          has_audio: null
                          media_type: 19
                          caption_add_on: null
                          like_count: 8
                          giphy_media_info: null
                          media_overlay_info: null
                          metaPlace: null
                          meta_place: null
                          gen_ai_detection_method: null
                          taken_at: 1770597024
                          organic_tracking_token: >-
                            eyJ2ZXJzaW9uIjo1LCJwYXlsb2FkIjp7ImlzX2FuYWx5dGljc190cmFja2VkIjp0cnVlLCJ1dWlkIjoiZDM0NmYzYjktOTY4YS00NGFmLTliM2ItYzMxYTMxYmE0ZmE4MzgyODM2Nzc3NjI1MTIyMTA4MyJ9LCJzaWduYXR1cmUiOiIifQ==
                          injected: null
                          canonical_url: null
                          like_and_view_counts_disabled: false
                    credits_used: 1
                    endpoint: post
                trimmed:
                  summary: Trimmed Response
                  value:
                    success: true
                    data:
                      success: true
                      post:
                        id: '3828488408293886842_63069450921'
                        pk: '3828488408293886842'
                        caption:
                          text: Bears about to get electrocuted. $XLE ⚡️
                          pk: '18124847122482968'
                          has_translation: null
                        code: DUhhexTDst6
                        like_count: 19
                        taken_at: 1770611422
                        user:
                          profile_pic_url: >-
                            https://scontent-atl3-3.cdninstagram.com/v/t51.2885-19/358000025_988841669212235_3183384987691331022_n.jpg?stp=dst-jpg_s150x150_tt6&efg=eyJ2ZW5jb2RlX3RhZyI6InByb2ZpbGVfcGljLmRqYW5nby40MDAuYzIifQ&_nc_ht=scontent-atl3-3.cdninstagram.com&_nc_cat=111&_nc_oc=Q6cZ2QGLLXey0VhwFTH6njP9SHjVqDhB2xTw7yWjZK9MueRWX9CDTuOXs5idY1NNsw1rMr0&_nc_ohc=YN92uiZxHdsQ7kNvwHbwmAx&_nc_gid=cPVsT3ndmp1U6fLJsK47-w&edm=APs17CUBAAAA&ccb=7-5&oh=00_AfsssPO86SYU-Ja3l7-NU_1MxLj8mVpXTxTB0IEozmVBKA&oe=698F6E15&_nc_sid=10d13b
                          id: '63069450921'
                          pk: '63069450921'
                          friendship_status: null
                          username: trendspider
                          full_name: TrendSpider
                          transparency_label: null
                          transparency_product: null
                          transparency_product_enabled: false
                          is_verified: false
                          text_post_app_is_private: false
                          has_onboarded_to_text_post_app: true
                      comments:
                        '0':
                          id: '3828592294577191413_63266260470'
                          pk: '3828592294577191413'
                          caption:
                            text: What stocks from this group?
                            pk: '18053743196449152'
                            has_translation: null
                          code: DUh5Gg8Ejn1
                          like_count: 0
                          taken_at: 1770623789
                          user:
                            profile_pic_url: >-
                              https://scontent-atl3-1.cdninstagram.com/v/t51.2885-19/358349205_590291013002187_1133548404648795352_n.jpg?stp=dst-jpg_s150x150_tt6&efg=eyJ2ZW5jb2RlX3RhZyI6InByb2ZpbGVfcGljLmRqYW5nby42NDAuYzIifQ&_nc_ht=scontent-atl3-1.cdninstagram.com&_nc_cat=103&_nc_oc=Q6cZ2QGLLXey0VhwFTH6njP9SHjVqDhB2xTw7yWjZK9MueRWX9CDTuOXs5idY1NNsw1rMr0&_nc_ohc=bSKENrL2x0QQ7kNvwFwnPG9&_nc_gid=cPVsT3ndmp1U6fLJsK47-w&edm=APs17CUBAAAA&ccb=7-5&oh=00_AftWu1ZZneywzUS3vBIPOVzNT5hHXcUMsAp4Tv8lRPAdWw&oe=698F6EB5&_nc_sid=10d13b
                            id: '63266260470'
                            pk: '63266260470'
                            friendship_status: null
                            username: mansorozali
                            full_name: Mohd Mansor
                            transparency_label: null
                            transparency_product: null
                            transparency_product_enabled: false
                            is_verified: false
                            text_post_app_is_private: false
                            has_onboarded_to_text_post_app: true
                      relatedPosts:
                        '0':
                          id: '3828341443648402762_63161894514'
                          pk: '3828341443648402762'
                          caption:
                            text: Disclosure Day looks absolutely phenomenal.
                            pk: '18093238969955502'
                            has_translation: null
                          code: DUhAEJzkbVK
                          like_count: 12
                          taken_at: 1770593885
                          user:
                            profile_pic_url: >-
                              https://scontent-atl3-3.cdninstagram.com/v/t51.2885-19/573931479_17930699610110515_8501881793998227266_n.jpg?stp=dst-jpg_s150x150_tt6&efg=eyJ2ZW5jb2RlX3RhZyI6InByb2ZpbGVfcGljLmRqYW5nby41NTEuYzIifQ&_nc_ht=scontent-atl3-3.cdninstagram.com&_nc_cat=1&_nc_oc=Q6cZ2QG3qALy9pL_rJZUYpJuBXAN3ug-agVyHNEb5X2B9I-1PYf_2Dd-3eb5qKC7ba_xjFI&_nc_ohc=z9XvBXzkuycQ7kNvwHYRjP6&_nc_gid=cPVsT3ndmp1U6fLJsK47-w&edm=APs17CUBAAAA&ccb=7-5&oh=00_AfutGbz8mM9VNofseqBZvk8gzw3hbJJGwdyl5cNsli7SVQ&oe=698F8F02&_nc_sid=10d13b
                            id: '63161894514'
                            pk: '63161894514'
                            friendship_status: null
                            username: idontbeatgames
                            full_name: Justin Rodriguez
                            transparency_label: null
                            transparency_product: null
                            transparency_product_enabled: false
                            is_verified: false
                            text_post_app_is_private: false
                            has_onboarded_to_text_post_app: true
                    credits_used: 1
                    endpoint: post
        '400':
          description: Bad Request - Invalid parameters or missing required fields
          content:
            application/json:
              schema:
                type: object
                properties:
                  error:
                    type: string
                    example: 'Missing required parameter: handle'
                  endpoint:
                    type: string
                  credits_required:
                    type: integer
                required:
                  - error
        '401':
          description: Unauthorized - Invalid or missing API key
          content:
            application/json:
              schema:
                type: object
                properties:
                  error:
                    type: string
                    example: Invalid API key
                  docs:
                    type: string
                    example: https://docs.sociavault.com/authentication
                required:
                  - error
        '402':
          description: Payment Required - Insufficient credits
          content:
            application/json:
              schema:
                type: object
                properties:
                  error:
                    type: string
                    example: Insufficient credits
                  required:
                    type: integer
                    example: 1
                    description: Credits required for this request
                  available:
                    type: integer
                    example: 0
                    description: Credits currently available
                required:
                  - error
                  - required
                  - available
        '500':
          description: Internal Server Error - Service configuration or processing error
          content:
            application/json:
              schema:
                type: object
                properties:
                  error:
                    type: string
                    example: Service configuration error
                required:
                  - error
components:
  securitySchemes:
    ApiKeyAuth:
      type: apiKey
      in: header
      name: X-API-Key
      description: |-
        API key for authentication. Format: `sk_live_xxxxxxxxxxxxx`

        Get your API key from the [Dashboard](https://sociavault.com/dashboard).

````