matt74
6
Thanks for reaching out @Baloshi69 - sadly we weren’t able to resolve the issue.
If anyone else can help, please! Seems the best solution I have so far is, which is not great,
Step 1: Upload one image (as Base64) at a time using https://xxxxxx/version-test/fileupload API (returns the URL)
Step 2: Grab each of the URLs and then add them as a list to the create API.
But this seems like a very inefficient workflow. will require “# images + 1” API calls.