Retrieve Chips image by id
Retrieve the image of a specific chip by its unique chip ID. This endpoint returns the SVG image associated with the chip.
GET
/nta/chips/
{chip_id}
/image.svgPath Parameters
chip_id
Requiredinteger
The unique identifier of the chip to retrieve.
A successful response containing the SVG image of the specified chip. The image can be used to visually represent the chip.