Creates a new icon entry in the system by saving its metadata and linking it to a relevant entity (like a model, component, or checklist). This icon could be used for visual labeling, annotations, or UI elements. The API typically requires the icon name, description, and an image file or reference.
Request
Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************
Body Params multipart/form-data
Responses
🟢200Success
application/json
Body
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request POST '/icon/create' \
--header'Authorization: Bearer <token>' \
--form'image=@""'