{"note":"OpenAPI conversion -- returning structured metadata","name":"fungenerators-com-barcode","description":"Barcode API","version":"1.5","base_url":"http://api.fungenerators.com","endpoints":4,"raw":"@lap v0.3\n# Machine-readable API spec. Each @endpoint block is one API call.\n@api Barcode API\n@base http://api.fungenerators.com\n@version 1.5\n@auth Bearer bearer\n@endpoints 4\n@toc barcode(4)\n\n@endpoint GET /barcode/encode/types\n@desc Get the supported barcode types for encoding / image generation.\n@returns(200) 200  response\n@errors {401: 401  response}\n\n@endpoint GET /barcode/encode\n@desc Get a Bar Code image for the given barcode number\n@required {number: str(string) # Barcode number}\n@optional {barcodeformat: str(string) # Barcode format default C39. Valid values are the keys to those returned from /barcode/encode/types., outputformat: str(string) # Output image format. Must be one of png/html/jpg/svg, widthfactor: int(integer) # Width factor of the image, totalheight: int(integer) # Total height of the image}\n@returns(200) 200  response\n@errors {401: 401  response}\n\n@endpoint GET /barcode/decode/types\n@desc Get the supported barcode types for the decoding process.\n@returns(200) 200  response\n@errors {401: 401  response}\n\n@endpoint POST /barcode/decode\n@desc Decode a Barcode image and return the cotents if successful\n@returns(200) 200  response\n@errors {401: 401  response}\n\n@end\n"}