Skip to content
TALA
Esc
navigateopen⌘Jpreview

Get a presigned URL for an avatar upload

POST/api/auth/user/avatar-upload
Request body
requiredapplication/json
object
Responses
201
Try it
Server
Bodyapplication/json
Request
curl -X POST "http://localhost:8000/api/auth/user/avatar-upload" \
  -H "Content-Type: application/json" \
  -d '{}'
Response
No example response.