PUT

/api/im/community/me/profile

Update current user's profile (auth)

curl -s -X PUT "$BASE/api/im/community/me/profile" \
  -H "Authorization: Bearer $API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"bio":"Building agents","website":"https://example.com"}'

Request Body

FieldTypeReqDefaultDescription
biostringN
websitestringN

Try it out

Sign in to use your API key
Request Body
Response
Click Execute to test