curl --request POST \
--url https://api.feedspace.io/v3/feeds/audio/{audio_feed_id} \
--header 'Authorization: Basic <encoded-value>' \
--header 'Content-Type: multipart/form-data' \
--form _method=PUT \
--form favourite=true \
--form 'review_text=<string>' \
--form rating=3 \
--form 'review_title=<string>' \
--form reviewed_at=2023-12-25 \
--form sentiment_id=123 \
--form 'transcript=<string>' \
--form 'question_answers[0][feed_form_question_id]=<string>' \
--form 'question_answers[0][answer]=<string>' \
--form question_answers[0][answer_file]='@example-file' \
--form 'question_answers[1][feed_form_question_id]=<string>' \
--form 'question_answers[1][answer]=<string>' \
--form question_answers[1][answer_file]='@example-file' \
--form 'reviewer_social_urls[twitter]=<string>' \
--form 'reviewer_social_urls[linkedin]=<string>' \
--form 'reviewer_social_urls[facebook]=<string>' \
--form 'reviewer_social_urls[instagram]=<string>'{
"message": "Review updated successfully",
"data": {
"id": 543,
"unique_feedback_id": "aLYF10",
"language_id": null,
"public_url": "https://www.feedspace.io/af/aLYF10",
"comment": null,
"review_text": "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.",
"review_title": null,
"reviewed_at": null,
"rating": null,
"type": "Uploaded",
"favourite": 1,
"sentiment_id": null,
"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.",
"transcript_generated": true,
"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"
}
],
"file_url": "https://static.feedspace.io/uploads/zhBU6t/audio-feed/feed_zhBU6t1744015360038.mp3",
"is_download_enabled": false,
"meta_properties": null,
"trim_status": null,
"reviewer_social_urls": [],
"duplicated_from_id": null
}
}Edit a specific audio review.
curl --request POST \
--url https://api.feedspace.io/v3/feeds/audio/{audio_feed_id} \
--header 'Authorization: Basic <encoded-value>' \
--header 'Content-Type: multipart/form-data' \
--form _method=PUT \
--form favourite=true \
--form 'review_text=<string>' \
--form rating=3 \
--form 'review_title=<string>' \
--form reviewed_at=2023-12-25 \
--form sentiment_id=123 \
--form 'transcript=<string>' \
--form 'question_answers[0][feed_form_question_id]=<string>' \
--form 'question_answers[0][answer]=<string>' \
--form question_answers[0][answer_file]='@example-file' \
--form 'question_answers[1][feed_form_question_id]=<string>' \
--form 'question_answers[1][answer]=<string>' \
--form question_answers[1][answer_file]='@example-file' \
--form 'reviewer_social_urls[twitter]=<string>' \
--form 'reviewer_social_urls[linkedin]=<string>' \
--form 'reviewer_social_urls[facebook]=<string>' \
--form 'reviewer_social_urls[instagram]=<string>'{
"message": "Review updated successfully",
"data": {
"id": 543,
"unique_feedback_id": "aLYF10",
"language_id": null,
"public_url": "https://www.feedspace.io/af/aLYF10",
"comment": null,
"review_text": "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.",
"review_title": null,
"reviewed_at": null,
"rating": null,
"type": "Uploaded",
"favourite": 1,
"sentiment_id": null,
"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.",
"transcript_generated": true,
"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"
}
],
"file_url": "https://static.feedspace.io/uploads/zhBU6t/audio-feed/feed_zhBU6t1744015360038.mp3",
"is_download_enabled": false,
"meta_properties": null,
"trim_status": null,
"reviewer_social_urls": [],
"duplicated_from_id": null
}
}HTTP Basic Authentication using API Key and Secret Key. The credentials should be Base64 encoded in the format 'api_key:secret_key'. You can obtain your API Key and Secret Key from Feedspace → Automation → API (https://app.feedspace.io/automation/api).
Audio feed ID
Request body for updating an audio feed. See AudioFeedUpdateRequest schema for structure reference.
Must be PUT
PUT Set to true to add to favourites, false to remove from favourites
Review text
Rating value (1-5)
1 <= x <= 5Review title (max 255 characters)
Date when the review was submitted (YYYY-MM-DD)
Sentiment ID
Transcript text
Feed form question ID
Answer text for the question
Image file upload as answer (if applicable)
Feed form question ID
Answer text for the question
Image file upload as answer (if applicable)
Twitter profile URL
LinkedIn profile URL
Facebook profile URL
Instagram profile URL