# Barcode API **Provider:** Barcode **Category:** maps **Base URL:** `http://api.fungenerators.com` **Auth:** api-key — `X-Fungenerators-Api-Secret: YOUR_API_KEY` **Rate Limit:** 10 req/day (free) **Free Tier:** Yes — available **Pricing:** Enterprise / contact sales (subscription) **Docs:** http://fungenerators.com/api/barcode/ ## Description Generate Barcode images for a given barcode number. You can decode Barcode images and get the barcodes in a numberic form as well. Many industry standard barcode types are supported. The best and complete Barcode API on the cloud. Click here to subscribe ## Endpoints | Method | Endpoint | Description | |--------|----------|-------------| | POST | `http://api.fungenerators.com/barcode/decode` | Decode a Barcode image and return the cotents if successful | | GET | `http://api.fungenerators.com/barcode/decode/types` | Get the supported barcode types for the decoding process. | | GET | `http://api.fungenerators.com/barcode/encode` | Get a Bar Code image for the given barcode number | | GET | `http://api.fungenerators.com/barcode/encode/types` | Get the supported barcode types for encoding / image generation. | ## Authentication API key in the request header (X-Fungenerators-Api-Secret) ``` X-Fungenerators-Api-Secret: YOUR_API_KEY ``` ## Sample Request ```bash curl -X GET 'http://api.fungenerators.com/barcode/decode' \ -H 'X-Fungenerators-Api-Secret: YOUR_API_KEY' ``` ## Sample Response ```json {} ``` ## Pricing Details Freemium. Free: 10 req/day (barcode lookup). Paid from $9.99/mo (1,000 req/day). --- *Source: [API Map](https://apimap.dev/apis/barcode/) — CC BY 4.0*