hello,
my ai agents are set to output a docx. I use the API to generate reports from my web app, then capture the file output, and generate a download for users.
Lately, the documents are showing formatting code withint he document.
did anything change about how the API returns the url where the filw lives from indstudio?
Hi @AIFusionCoven,
Thanks for the post!
Media assets like files, videos, and images now have their own dedicated CDNs, which affects how file URLs are structured in the API response. That’s likely what’s causing the formatting issues you’re seeing in the documents.
If you’re parsing the file URL from the API output, it’s worth checking that your code is pointing to the updated URL format. If you can share an example of what the output looks like now versus what you’d expect, happy to help you track down exactly where it’s breaking.