Calculate Price
POST
/voice/price
Voice
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://rest.clicksend.com/v3/voice/price' \
--header 'Content-Type: application/json' \
--data-raw '{
"messages": [
{
"body": "Jelly liquorice marshmallow candy carrot cake 4Eyffjs1vL.",
"custom_string": "this is a test",
"lang": "en-au",
"schedule": 1436874701,
"source": "php",
"to": "+61411111111",
"voice": "female"
},
{
"body": "Chocolate bar icing icing oat cake carrot cake jelly cotton MWEvciEPIr.",
"custom_string": "this is a test",
"lang": "en-au",
"list_id": 428,
"require_input": 1,
"schedule": 1436876011,
"source": "php",
"voice": "female"
}
]
}'
Response Response Example
{
"data": {
"messages": [
{
"body": "Jelly liquorice marshmallow candy carrot cake 4Eyffjs1vL.",
"country": "AU",
"custom_string": "this is a test",
"date": 1436871253,
"from": null,
"lang": "en-au",
"machine_detection": 0,
"message_id": "BF7AD270-0DE2-418B-B606-71D527D9C1AE",
"message_parts": 1,
"message_price": 0.07,
"require_input": 0,
"schedule": 1436874701,
"status": "SUCCESS",
"subaccount_id": 1,
"to": "+61411111111",
"to_type": "mobile",
"user_id": 1,
"voice": "female"
},
{
"body": "Chocolate bar icing icing oat cake carrot cake jelly cotton MWEvciEPIr.",
"country": "AU",
"custom_string": "this is a test",
"date": 1436871253,
"from": null,
"lang": "en-au",
"machine_detection": 0,
"message_id": "D0C273EE-816D-4DF2-8E9D-9D9C65F168F3",
"message_parts": 1,
"message_price": 0.07,
"require_input": 1,
"schedule": 1436876011,
"status": "SUCCESS",
"subaccount_id": 1,
"to": "+61411111111",
"to_type": "mobile",
"user_id": 1,
"voice": "female"
},
{
"body": "Chocolate bar icing icing oat cake carrot cake jelly cotton MWEvciEPIr.",
"country": "US",
"custom_string": "this is a test",
"date": 1436871253,
"from": null,
"lang": "en-au",
"machine_detection": 0,
"message_id": "A1845B61-C404-4793-8661-97890C19C8A2",
"message_parts": 1,
"message_price": 0.07,
"require_input": 1,
"schedule": 1436876011,
"status": "SUCCESS",
"subaccount_id": 1,
"to": "+16783270696",
"to_type": "mobile",
"user_id": 1,
"voice": "female"
},
{
"body": "Chocolate bar icing icing oat cake carrot cake jelly cotton MWEvciEPIr.",
"country": "US",
"custom_string": "this is a test",
"date": 1436871253,
"from": null,
"lang": "en-au",
"machine_detection": 0,
"message_id": "DB545FAA-7325-465F-A696-8BDBFA8C1E49",
"message_parts": 1,
"message_price": 0.07,
"require_input": 1,
"schedule": 1436876011,
"status": "SUCCESS",
"subaccount_id": 1,
"to": "+16783275492",
"to_type": "mobile",
"user_id": 1,
"voice": "female"
}
],
"queued_count": 4,
"total_count": 4,
"total_price": 0.28
},
"http_code": 200,
"response_code": "SUCCESS",
"response_msg": "Here are your data."
}
Request
Body Params application/json