This API provides services for Data Clinic
Data Clinic API (2)
Download OpenAPI description
Languages
Servers
Production
https://api.cdq.com/data-clinic/rest/
- Production
https://api.cdq.com/data-clinic/rest/configurations/augmentation/lookup/features
- cURL
- Java
- JavaScript
- Python
- Node.js
curl -i -X GET \
https://api.cdq.com/data-clinic/rest/configurations/augmentation/lookup/features \
-H 'X-API-KEY: YOUR_API_KEY_HERE'
Response
application/json
{ "pageSize": "100", "total": "67", "page": "1", "values": [ { … } ] }
- Production
https://api.cdq.com/data-clinic/rest/configurations/augmentation/fetch/features
- cURL
- Java
- JavaScript
- Python
- Node.js
curl -i -X GET \
https://api.cdq.com/data-clinic/rest/configurations/augmentation/fetch/features \
-H 'X-API-KEY: YOUR_API_KEY_HERE'
Response
application/json
{ "pageSize": "100", "total": "67", "page": "1", "values": [ { … } ] }
- Production
https://api.cdq.com/data-clinic/rest/configurations/augmentation/curation/features
- cURL
- Java
- JavaScript
- Python
- Node.js
curl -i -X GET \
https://api.cdq.com/data-clinic/rest/configurations/augmentation/curation/features \
-H 'X-API-KEY: YOUR_API_KEY_HERE'
Response
application/json
{ "pageSize": "100", "total": "67", "page": "1", "values": [ { … } ] }
- Production
https://api.cdq.com/data-clinic/rest/configurations/augmentation/curation/profiles
- cURL
- Java
- JavaScript
- Python
- Node.js
curl -i -X GET \
https://api.cdq.com/data-clinic/rest/configurations/augmentation/curation/profiles \
-H 'X-API-KEY: YOUR_API_KEY_HERE'
Response
application/json
{ "pageSize": "100", "total": "67", "page": "1", "values": [ { … } ] }