# Create Voucher(s) **POST /ext/{siteid}/api/v1/voucher/** ## Servers - https://api.spotipo.com: https://api.spotipo.com () ## Authentication methods - Api key auth ## Parameters ### Path parameters - **siteid** (string) Site database ID ### Body: application/json (object) - **unlimited_speed** (boolean) Set speed to be unlimited in voucher - **num_to_create** (integer) Number of vouchers to create - **num_devices** (integer) Max devices allowed in this package - **unlimited_data** (boolean) Set data to be unlimited in voucher - **duration_val** (integer) Allowed duration actual value - **duration_type** (integer) Type for time duration (1,'Minutes'),(2,'Hours'),(3,'Days') - **speed_dl** (integer) Download speed , 0 for unlimited ( only if speed_limit is True) - **speed_ul** (integer) Upload speed , 0 for unlimited ( only if speed_limit is True) - **bytes_t** (integer) Total allowed data in MB, 0 for unlimited ( only if data_limit is True) - **batchid** (integer) Optional Batch ID - **notes** (string) Internal comments - **price** (number) Price in decimal ## Responses ### 200 Success [Powered by Bump.sh](https://bump.sh)