POST
/
feeds
/
audio
/
{audio_feed_id}
cURL
curl --request POST \
  --url https://api.feedspace.io/v3/feeds/audio/{audio_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": 543,
    "unique_feedback_id": "aLYF10",
    "public_url": "https://www.feedspace.io/af/aLYF10",
    "comment": null,
    "type": "Uploaded",
    "favourite": true,
    "transcript": "Hello, guys. I'm Hamel Kalia, full-time freelancer. Uh, so I, in my journey, I started, uh, full-time freelancing since a 2 year. So at that time, I'm looking for the tool or software where I can ask my client for their genuine video feedback and test text testimonial. So I found, I like, I checked too many, so many, uh, similar tools, but, uh, They haven't fulfilled my actual requirement and a couple of uh tools are actually fulfill my requirement, but it's too expensive in terms of finance point of view. So after 7 or 8 months later, one of my friends suggest me. Uh, feed space tool. So I explore the entire feed space tool and it's actually, uh, fulfill all my requirements and like in terms of the video feed, uh, feedbacks, in terms of the text feed feedback. So I use feed space tools in 6 to 7 months and actually it's a very unique tool and it's a Uh, fulfill all my requirements. Uh, so it's very useful and, and also useful in my corporate life. So when I ask my client, like if, if I want to ask my client for feedback, so I can just share that link so they can just, uh, record a video and give me the appropriate feedback. So I highly recommended all the freelancer or individual developer to use feedspace tools, uh, in their corporate life. Yeah, thank you.",
    "is_audio_converted": 1,
    "created_at": "2025-04-07T08:46:52.000000Z",
    "feed_fields": {
      "name": "Amanda",
      "profile_pic_url": "https://static.feedspace.io/uploads/zhBU6t/allinone-feed-user-photo/1751872933-FoLLHjV.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/1751872933-FoLLHjV.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,
    "file_url": "https://static.feedspace.io/uploads/zhBU6t/audio-feed/feed_zhBU6t1744015360038.mp3"
  }
}

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

audio_feed_id
string
required

Audio feed ID

Body

multipart/form-data

Response

200 - application/json

Audio review updated successfully.

The response is of type object.