Avaturn
    Avaturn
    • Create User
      POST
    • Delete User
      DELETE
    • New Session
      POST
    • List User Avatars
      GET
    • New Avatar
      POST
    • Get Customization
      GET
    • Set Customization
      PUT
    • Delete User Avatar
      DELETE
    • Render User Avatar Async
      POST
    • Create Export
      POST

      Create User

      开发环境
      http://dev-cn.your-api-server.com
      开发环境
      http://dev-cn.your-api-server.com
      POST
      /api/v1/users/new
      Creates new avaturn user. Users are anonymous, no personal user data is needed.
      Users are required to keep avatars private between your users within your app.
      We highly recommend you to create separate avaturn user for each user in your app.
      You should store correspondence between your users and avaturn users by storing IDs.
      请求示例请求示例
      Shell
      JavaScript
      Java
      Swift
      curl --location --request POST 'http://dev-cn.your-api-server.com/api/v1/users/new'
      响应示例响应示例
      {
          "id": "TGTLFCCRG67V6ERUMDTK3JNI5AYGF6XF"
      }

      请求参数

      无

      返回响应

      🟢200User created
      application/json
      Body
      id
      string 
      Id
      必需
      示例值:
      TGTLFCCRG67V6ERUMDTK3JNI5AYGF6XF
      修改于 2024-05-30 08:40:21
      下一页
      Delete User
      Built with