POST
/
feeds
/
video
/
{video_feed_id}
cURL
curl --request POST \
  --url https://api.feedspace.io/v3/feeds/video/{video_feed_id} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: multipart/form-data' \
  --header 'fs-workspace-id: <fs-workspace-id>' \
  --form _method=PUT \
  --form favourite=1 \
  --form 'question_answers[0][feed_form_question_id]=<string>' \
  --form 'question_answers[0][answer]=<string>' \
  --form 'question_answers[1][feed_form_question_id]=<string>'
{
  "message": "Review updated successfully",
  "data": {
    "id": 3295,
    "unique_feedback_id": "GtITNG",
    "public_url": "https://www.feedspace.io/vf/GtITNG",
    "comment": null,
    "type": "Uploaded",
    "favourite": true,
    "transcript": "Hi, I'm Prajakha. I'm a content writer, and I've been using feedspace to collect feedback and testimonials from my clients. The feedback is helping me get better at my work and provide better value to my clients. Whereas the testimonials, I've been sharing those on social media. I'm adding them in my portfolio, and I am putting them on my blog also along with case studies. So this is helping me get a lot of inbound leads and also instill. I trust in my potential clients. So, yeah, it's been really helpful so far.",
    "static_thumb_url": "https://static.feedspace.io/uploads/zhBU6t/thumbs/feed_zhBU6t17440151726652-thumb.jpg",
    "is_video_converted": 1,
    "created_at": "2025-04-07T08:40:15.000000Z",
    "feed_fields": {
      "name": "Amanda",
      "profile_pic_url": "https://static.feedspace.io/uploads/zhBU6t/allinone-feed-user-photo/1751872706-dp2VTq0.png",
      "position": "",
      "organization_name": null,
      "consent": null
    },
    "feed_form": {
      "name": "New Review Form",
      "unique_form_id": "form_gSgElcsXX8LaI6RtMA6JqlkN",
      "public_url": "https://www.feedspace.io/u/4en9smV"
    },
    "question_answers": [
      {
        "feed_form_question_id": 32330,
        "question_type": 5,
        "question_text": "photo",
        "default_value": "",
        "question_label": "",
        "mandatory": 0,
        "answer": "https://static.feedspace.io/uploads/zhBU6t/allinone-feed-user-photo/1751872706-dp2VTq0.png",
        "placeholder": "Photo"
      },
      {
        "feed_form_question_id": 30081,
        "question_type": 1,
        "question_text": "name",
        "default_value": "",
        "question_label": "",
        "mandatory": 0,
        "answer": "Amanda",
        "placeholder": "Name"
      },
      {
        "feed_form_question_id": 30082,
        "question_type": 1,
        "question_text": "email",
        "default_value": "",
        "question_label": "",
        "mandatory": 0,
        "answer": "",
        "placeholder": "Email"
      },
      {
        "feed_form_question_id": 30084,
        "question_type": 1,
        "question_text": "position",
        "default_value": "",
        "question_label": "Job Role",
        "mandatory": 0,
        "answer": "",
        "placeholder": "Job Role"
      },
      {
        "feed_form_question_id": 30085,
        "question_type": 1,
        "question_text": "organization_name",
        "default_value": "",
        "question_label": "Company Name",
        "mandatory": 0,
        "answer": "",
        "placeholder": "Company Name"
      },
      {
        "feed_form_question_id": 30086,
        "question_type": 1,
        "question_text": "contact_number",
        "default_value": "",
        "question_label": "",
        "mandatory": 0,
        "answer": "",
        "placeholder": "Contact Number"
      },
      {
        "feed_form_question_id": 30083,
        "question_type": 4,
        "question_text": "consent",
        "default_value": "",
        "question_label": "I hereby grant permission to share this review with others.",
        "mandatory": 0,
        "answer": "",
        "placeholder": "Consent"
      }
    ],
    "is_download_enabled": false,
    "is_pro_editor_enabled": true,
    "file_url": "https://static.feedspace.io/uploads/zhBU6t/video-feed/feed_zhBU6t17440151726652.mp4"
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

fs-workspace-id
string
required

Workspace unique ID

Path Parameters

video_feed_id
string
required

ID of the video feed

Body

multipart/form-data

Response

200 - application/json

Video review updated successfully.

The response is of type object.