ML Prep API (v1)
Download OpenAPI description
Languages
Servers
Mock server
http://{{your_prep_ip_address}}/
- Mock server
http://{{your_prep_ip_address}}/api/v1/protocols/batch-delete
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X POST \
'http://{{your_prep_ip_address}}/api/v1/protocols/batch-delete' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json-patch+json' \
-d '[
0
]'- Mock server
http://{{your_prep_ip_address}}/api/v1/protocols/export
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'http://{{your_prep_ip_address}}/api/v1/protocols/export?protocolIds=0' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'Response
application/json
"string"
- Mock server
http://{{your_prep_ip_address}}/api/v1/protocols/restore-catalog
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X POST \
'http://{{your_prep_ip_address}}/api/v1/protocols/restore-catalog' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'Response
application/json
[ { "name": "string", "result": "string" } ]