# Create ID Cards **POST /id-cards/v1/business-locations/{businessLocationId}/batches/{batchId}/cards** Creates a specified number of ID cards for an existing ID card batch. ## Servers - Demo URL: https://api.trial.lsk.lightspeed.app (Demo URL) - Production URL: https://api.lsk.lightspeed.app (Production URL) ## Parameters #### Path parameters - **businessLocationId** (integer(int64)) The unique identifier for the business location. - **batchId** (integer(int64)) The unique identifier for the ID card batch. ## Body parameters Content-type: application/json - **cardCount** (integer(int32)) The number of ID cards to create. ## Responses ### 201: Successfully created ID cards. #### Body Parameters: application/json (object) - **batchId** (integer(int64)) The unique identifier for the batch the cards were added to. - **cards** (array[object]) [Powered by Bump.sh](https://bump.sh)