cURL
curl --request POST \ --url https://api.turbo.com/api/product/credits/required/{api_id} \ --header 'Content-Type: application/json' \ --data '{}'
{ "credits": 123 }
Get the credits required for this call. Any object can be passed, and it will be bound internally according to the API template
API Product ID
Request parameters (any object, will be bound internally according to the API template)
The body is of type object.
object
Credits required for this call
Credits