# Enable UGC Capture Enables or disables UGC (User Generated Content) capture for an influencer collaboration. When enabled, the system will automatically capture posts from the influencer's social media profiles. You can listen for UGC posts via webhooks or periodically retrieve the UGC posts from the API. Tracked UGC posts will also be available in the content library of your account. Endpoint: POST /v1/crm/update_post_capture Version: 1.4.2 Security: ApiKeyAuth ## Request fields (application/json): - `collab_id` (string) The collaboration ID to update. Either collab_id or deal_id is required. Example: "V2KYU6F9" - `deal_id` (string) The deal ID to update. Either collab_id or deal_id is required. Example: "ETUNQ6ZTW1" - `post_capture_status` (boolean, required) Whether to enable (true) or disable (false) UGC capture. Example: true - `post_capture_until` (integer) Unix timestamp until when to capture posts. This can help save UGC capture credits. Optional. Example: 1735689600 - `post_capture_disable_on_post` (boolean) If true, automatically disables capture after a post is detected. This can help save UGC capture credits. ## Response 200 fields ## Response 404 fields