POST
/
project
/
{id}
/
upload-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

200
application/json

Image uploaded successfully