PUT
/
feeds
/
audio
/
{audio_feed_id}
curl --request PUT \
  --url https://api.feedspace.io/v3/feeds/audio/{audio_feed_id} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/x-www-form-urlencoded' \
  --header 'fs-workspace-id: <fs-workspace-id>' \
  --data favourite=1
{
  "message": "Review updated successfully",
  "data": {
    "id": 544,
    "unique_feedback_id": "qrTTi2",
    "public_url": "https://www.feedspace.io/af/qrTTi2",
    "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. 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.",
    "is_audio_converted": 1,
    "created_at": "2025-04-07T08:50:44.000000Z",
    "feed_fields": {
      "name": "Prajakta Managuli",
      "profile_pic_url": null,
      "position": "Content Writer",
      "organization_name": "Techuplabs",
      "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": 30081,
        "question_type": 1,
        "question_text": "name",
        "default_value": "",
        "question_label": "",
        "mandatory": 0,
        "answer": "Prajakta Managuli",
        "placeholder": "Name"
      },
      {
        "feed_form_question_id": 30082,
        "question_type": 1,
        "question_text": "email",
        "default_value": "",
        "question_label": "",
        "mandatory": 0,
        "answer": null,
        "placeholder": "Email"
      },
      {
        "feed_form_question_id": 30084,
        "question_type": 1,
        "question_text": "position",
        "default_value": "",
        "question_label": "Job Role",
        "mandatory": 0,
        "answer": "Content Writer",
        "placeholder": "Job Role"
      },
      {
        "feed_form_question_id": 30085,
        "question_type": 1,
        "question_text": "organization_name",
        "default_value": "",
        "question_label": "Company Name",
        "mandatory": 0,
        "answer": "Techuplabs",
        "placeholder": "Company Name"
      },
      {
        "feed_form_question_id": 30086,
        "question_type": 1,
        "question_text": "contact_number",
        "default_value": "",
        "question_label": "",
        "mandatory": 0,
        "answer": "9876543210",
        "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": "1",
        "placeholder": "Consent"
      }
    ],
    "is_download_enabled": false,
    "file_url": "https://dm219012nbq21.cloudfront.net/uploads/zhBU6t/audio-feed/feed_zhBU6t1744015722679.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

application/x-www-form-urlencoded

Favourite status (1 to add, 0 to remove)

The body is of type object.

Response

200 - application/json

Favourite status updated successfully.

The response is of type object.

PUT
/
feeds
/
audio
/
{audio_feed_id}
curl --request PUT \
  --url https://api.feedspace.io/v3/feeds/audio/{audio_feed_id} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/x-www-form-urlencoded' \
  --header 'fs-workspace-id: <fs-workspace-id>' \
  --data favourite=1
{
  "message": "Review updated successfully",
  "data": {
    "id": 544,
    "unique_feedback_id": "qrTTi2",
    "public_url": "https://www.feedspace.io/af/qrTTi2",
    "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. 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.",
    "is_audio_converted": 1,
    "created_at": "2025-04-07T08:50:44.000000Z",
    "feed_fields": {
      "name": "Prajakta Managuli",
      "profile_pic_url": null,
      "position": "Content Writer",
      "organization_name": "Techuplabs",
      "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": 30081,
        "question_type": 1,
        "question_text": "name",
        "default_value": "",
        "question_label": "",
        "mandatory": 0,
        "answer": "Prajakta Managuli",
        "placeholder": "Name"
      },
      {
        "feed_form_question_id": 30082,
        "question_type": 1,
        "question_text": "email",
        "default_value": "",
        "question_label": "",
        "mandatory": 0,
        "answer": null,
        "placeholder": "Email"
      },
      {
        "feed_form_question_id": 30084,
        "question_type": 1,
        "question_text": "position",
        "default_value": "",
        "question_label": "Job Role",
        "mandatory": 0,
        "answer": "Content Writer",
        "placeholder": "Job Role"
      },
      {
        "feed_form_question_id": 30085,
        "question_type": 1,
        "question_text": "organization_name",
        "default_value": "",
        "question_label": "Company Name",
        "mandatory": 0,
        "answer": "Techuplabs",
        "placeholder": "Company Name"
      },
      {
        "feed_form_question_id": 30086,
        "question_type": 1,
        "question_text": "contact_number",
        "default_value": "",
        "question_label": "",
        "mandatory": 0,
        "answer": "9876543210",
        "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": "1",
        "placeholder": "Consent"
      }
    ],
    "is_download_enabled": false,
    "file_url": "https://dm219012nbq21.cloudfront.net/uploads/zhBU6t/audio-feed/feed_zhBU6t1744015722679.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

application/x-www-form-urlencoded

Favourite status (1 to add, 0 to remove)

The body is of type object.

Response

200 - application/json

Favourite status updated successfully.

The response is of type object.