```json
{
"service_type": "api_service",
"base_url": "https://api.us-south.text-to-speech.watson.cloud.ibm.com",
"auth_method": "api_key",
"auth_config": {
"type": "iam_api_key",
"header": "Authorization",
"format": "Bearer {token}"
},
"endpoints": [
"GET /v1/voices",
"POST /v1/synthesize",
"GET /v1/pronunciation",
"POST /v1/customizations",
"GET /v1/customizations",
"POST /v1/customizations/{customization_id}/words"
],
"pricing_model": {
"type": "usage_based",
"details": {
"model": "per_character",
"tiers": "freemium_with_usage_pricing",
"free_tier": "10000_characters_per_month"
}
},
"rate_limits": {
"synthesis": "concurrent_requests_limited",
"customization": "model_training_limits"
},
"capabilities": [
"text_to_speech_synthesis",
"multiple_voice_options",
"ssml_support",
"custom_voice_training",
"pronunciation_customization",
"audio_format_options",
"enterprise_grade_security",
"global_deployment"
],
"raw_analysis": "IMPORTANT: This service was incorrectly routed to platform analysis. IBM Text to Speech is a full-featured REST API service, not a platform without an API. It's part of IBM Watson's AI services suite and provides comprehensive text-to-speech conversion capabilities through well-documented REST endpoints. The service supports multiple languages, voice options, SSML markup, custom voice models, and pronunciation dictionaries. It uses IBM Cloud IAM authentication and offers both free tier and usage-based pricing. This should be analyzed by the API analyzer, not the platform analyzer, as it has extensive REST API functionality with proper authentication, rate limiting, and enterprise-grade features."
}
```