http://api.fungenerators.com/barcode/encodeGet a Bar Code image for the given barcode number
Barcode number
Barcode format default C39. Valid values are the keys to those returned from /barcode/encode/types.
Output image format. Must be one of png/html/jpg/svg
Width factor of the image
Total height of the image
{
"success": true,
"data": {
"id": "abc123",
"created_at": "2025-01-01T00:00:00Z"
}
}{
"success": false,
"error": {
"code": "VALIDATION_ERROR",
"message": "Invalid request parameters"
}
}curl --request GET \
--url 'http://api.fungenerators.com/barcode/encode' \
--header 'accept: application/json' \
--header 'content-type: application/json'{
"success": true,
"data": {
"id": "abc123",
"created_at": "2025-01-01T00:00:00Z"
}
}http://api.fungenerators.com/barcode/encodeGet a Bar Code image for the given barcode number
Barcode number
Barcode format default C39. Valid values are the keys to those returned from /barcode/encode/types.
Output image format. Must be one of png/html/jpg/svg
Width factor of the image
Total height of the image
{
"success": true,
"data": {
"id": "abc123",
"created_at": "2025-01-01T00:00:00Z"
}
}{
"success": false,
"error": {
"code": "VALIDATION_ERROR",
"message": "Invalid request parameters"
}
}curl --request GET \
--url 'http://api.fungenerators.com/barcode/encode' \
--header 'accept: application/json' \
--header 'content-type: application/json'{
"success": true,
"data": {
"id": "abc123",
"created_at": "2025-01-01T00:00:00Z"
}
}