Hello @kengster13 , I'm glad that you were able to resolve your issue and thank you for posting your solution so that others experiencing the same thing can easily reference this! Since the Microsoft Q&A community has a policy that "The question author cannot accept their own answer. They can only accept answers by others ", I'll repost your solution in case you'd like to "Accept " the answer.
Issue: `{"error":{"code":"404","message": "Resource not found"}}
error using REST Assistants API for creating thread
Solution:
The command worked for the user is:
curl -X POST "https://YOUR_AZURE_OPENAI_RESOURCE_NAME.openai.azure.com/openai/threads?api-version=2024-02-15-preview"
-H "Content-Type: application/json"
-H "api-key: YOUR_AZURE_OPENAI_API_KEY"
-d ''
Thank you again for your time and patience throughout this issue.
Regards,
Vasavi
Please remember to "Accept Answer" if any answer/reply helped, so that others in the community facing similar issues can easily find the solution.