cURL
curl --request POST \ --url https://backend.chatfly.co/api/bot/upload-bot-profile-picture \ --header 'Content-Type: multipart/form-data' \ --form bot_id=3c90c3cc-0d44-4b50-8888-8dd25736052a \ --form file=@example-file
{ "message_code": 123, "message": "<string>", "data": "<any>" }
Upload bot profile picture to S3.
The access token received from the authorization server in the OAuth 2.0 flow.
A file read as UploadFile
Successful Response
HTTP Response Schema.
Numeric code indicating the type of message or response.
Human-readable message providing additional context about the response.
Optional data accompanying the response.
Was this page helpful?