Management APIs
cURL
curl --request POST \ --url https://api.basic.tech/project/{id}/upload-image \ --header 'Authorization: Bearer <token>'
{ "success": true, "icon_url": "<string>" }
Upload an image file for the project (e.g., project icon, logo). The image will be stored in R2 storage.
JWT Authorization Token header using the Bearer scheme
Unique identifier of the project
Image uploaded successfully