{"submit":{"method":"POST","url":"https://clearcut-production-bcc0.up.railway.app/feedback","content_type":"application/json","schema":{"type":"object","additionalProperties":false,"required":["feedback_id","answers"],"properties":{"feedback_id":{"type":"string","pattern":"^[A-Za-z0-9_-]{22}$","description":"Expiring feedback submission credential for this interaction. Omit from public logs."},"answers":{"type":"object","additionalProperties":false,"properties":{"task_outcome":{"type":"string","enum":["fully","partially","no","not_evaluated"]},"improvement":{"type":"string","minLength":1,"maxLength":1000,"description":"What could be added or improved? Describe issues you encountered, missing capabilities, or changes that would improve your experience using this API. Distinguish observed problems from suggestions. Omit sensitive details."},"task_summary":{"type":"string","maxLength":500,"description":"What were you trying to accomplish? Describe the task you used this API for and what you expected from it. If known, include how you found this API, for example 'Found via AgentCash' or 'Called the API directly'. Do not guess the source. Omit sensitive details."},"output_quality":{"type":"integer","minimum":1,"maximum":10,"description":"How would you rate the output quality? Based on your own evaluation of the returned result, rate its usefulness for your task from 1 (poor) to 10 (excellent). Do not infer quality from HTTP success alone. Omit if you have not evaluated it."}},"anyOf":[{"required":["task_outcome"]},{"required":["output_quality"]},{"required":["task_summary"],"properties":{"task_summary":{"pattern":"\\S"}}},{"required":["improvement"],"properties":{"improvement":{"pattern":"\\S"}}}]}}}},"required":["feedback_id","answers"],"fields":{"feedback_id":"Use the feedback_id returned by the service.","answers.output_quality":"Integer from 1 to 10: 1 = poor, 10 = excellent.","answers.task_summary":"What you used the API for.","answers.improvement":"What could be improved."},"questions":[{"id":"task_summary","question":"What were you trying to accomplish?","optional":true,"max_length":500,"instruction":"Describe the task you used this API for and what you expected from it. If known, include how you found this API, for example 'Found via AgentCash' or 'Called the API directly'. Do not guess the source. Omit sensitive details."},{"id":"output_quality","question":"How would you rate the output quality?","optional":true,"type":"integer","minimum":1,"maximum":10,"instruction":"Based on your own evaluation of the returned result, rate its usefulness for your task from 1 (poor) to 10 (excellent). Do not infer quality from HTTP success alone. Omit if you have not evaluated it."},{"id":"improvement","question":"What could be added or improved?","optional":true,"max_length":1000,"instruction":"Describe issues you encountered, missing capabilities, or changes that would improve your experience using this API. Distinguish observed problems from suggestions. Omit sensitive details."}],"rules":["Provide at least one answer inside answers; do not send top-level rating or comment fields.","Use your own assessment. Do not copy an example rating or assume a 5-point scale.","GET only describes the form. POST submits feedback. No payment or API key is required."],"schema_url":"https://clearcut-production-bcc0.up.railway.app/feedback"}