What is your current level of experience in freelance work?
Hey! I'm building something cool and need a hand. I'm trying to get avatar generation working using the Meshy AI API. I’ve already got a basic setup, but the final avatar never shows up — even though the requests look fine and polling returns 200s. No clear errors either. Here’s the stack: Frontend: React + TypeScript Backend: Next.js (using the new App Router) Deployed: On Railway API: https://www.meshy.ai/api What I need help with: Making sure the API calls are working correctly (preview → refine flow) Fixing or improving the polling logic (currently using GET /api/avatars?taskId=...) Making sure the final avatar file (GLB or USDZ) actually gets returned to and shown on the frontend Spotting anything I might’ve missed in the error handling or logging Other notes: You can create a free Meshy developer account and get your own key to test. Or I can share one of mine if that’s easier. All calls are made server-side, so no CORS headaches. For now, I'd love if you could just try running the project locally and see if you can get it working on your end. Would love someone who’s worked with APIs like this before — especially anything with async workflows, AI image/3D generation, or polling. If you’ve built with the Next.js App Router or done AI integrations, even better. Let me know if you're down to help and can dive in soon!