Connecting an app via API

Hello Ready Player Me Forum

I’m a developer working on an app that integrates Ready Player Me avatars. I’m trying to use the AI avatar generation API to allow users to create avatars from text descriptions, but I’m running into issues.

Here’s what’s happening:

  • I’m sending a POST request to /v1/ai/avatar/generate with my API key and a valid prompt.

  • The response is always a 404 Not Found, with no body or error message.

  • I’ve double-checked my API key, request format, and endpoint, but the issue persists.

Questions:

  • Is the AI avatar generation API currently available for general developer use, or is it in closed beta?

  • If it is available, what is the correct endpoint and request format?

  • If not, is there a way to request access or be notified when it becomes available?

  • Are there any recent changes to the API or documentation that I should be aware of?

My use case:

I want to let users generate avatars from text prompts directly in my app, providing a seamless and creative experience.

If you need my API key or developer account details, I’m happy to provide them privately.

Thank you for your help!

Hello @rappleyard

Not entirely sure where you found that one but it is definitely not a publicly available endpoint so that will be why you are running into issues. There is currently no method to create avatars using text prompts but should that change in the future I shall let you know!

Please stick to only using the endpoints listed in our documentation for the time being API Integration | Ready Player Me

Thanks!