Skip to main content
POST
/
project
/
{id}
/
upload-image
Upload project image
curl --request POST \
  --url https://api.basic.tech/project/{id}/upload-image \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "icon_url": "<string>"
}

Authorizations

Authorization
string
header
required

JWT Authorization Token header using the Bearer scheme

Path Parameters

id
string
required

Unique identifier of the project

Response

Image uploaded successfully

Image uploaded successfully

success
boolean
icon_url
string<uri>

Public URL of the uploaded image