Freemium
IBM Watson API
IBM Watson API offers a suite of AI services, including natural language processing, speech-to-text, text-to-speech, visual recognition, and machine learning. It helps enterprises build intelligent applications that analyze language, process documents, and extract insights. Use cases include chatbots, virtual assistants, healthcare analytics, business automation, and research tools.
1
Endpoints
0
Views
Aug 29, 2025
Last Checked
NaN
Rate Limit
API Endpoints
Retrieve IBM Watson assistants
Full URL
https://api.us-south.assistant.watson.cloud.ibm.com/v3/assistants
Code Examples
curl -X GET 'https://api.us-south.assistant.watson.cloud.ibm.com/v3/assistants' \
-H 'Authorization: Bearer YOUR_API_KEY'
Parameters
{ "version": "2021-06-14" }
Example Response
{
"assistants": [
{
"name": "Customer Service Assistant",
"assistant_id": "asst_123"
}
]
}
Version
v3
Rate Limit
Free tier available
Tags
ibmnlptext-to-speechvisual-recognitionwatson
Related APIs
Discover similar APIs that might interest you