The Laravel Cloud API and CLI are here. Build pipelines, manage environments, and hand off to AI agents. View the docs →
cURL
curl --request POST \ --url https://cloud.laravel.com/api/applications/{application}/avatar \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: multipart/form-data' \ --form avatar='@example-file'
{ "data": { "id": "<string>", "type": "applications", "relationships": {} }, "included": [ { "id": "<string>", "type": "repositories" } ] }
Upload or replace the avatar for an application.
The Bearer Token generated on the Cloud UI.
The application identifier
3072
ApplicationResource
Show child attributes
Was this page helpful?