ℹ️ This documentation is for the VESSL MLOps product. For the new VESSL Cloud docs, see docs.cloud.vessl.ai.
ℹ️ This documentation is for the VESSL MLOps product. For the new VESSL Cloud docs, see docs.cloud.vessl.ai.
{
"method": "POST",
"path": "/predictions/my-model",
"data": {
"question": "How are you?"
}
}
{
"id": "98nlux8b0eu6"
}
Documentation Index
Fetch the complete documentation index at: https://docs.vessl.ai/llms.txt
Use this file to discover all available pages before exploring further.
$ echo '
{
"method": "POST",
"path": "/predictions/my-model",
"data": {
"question": "How are you?"
}
}' | curl \
-H "Authorization: Bearer ${TOKEN}" \
"${BASE_URL}/async" \
--json @-
{"id": "98nlux8b0eu6"}
Authorization header with Bearer scheme, as:Authorization: Bearer <token>
https://serve-api.dev2.vssl.ai/api/v1/services/<slug>POST will be used./ (root path) will be used.98nlux8b0eu6{
"method": "POST",
"path": "/predictions/my-model",
"data": {
"question": "How are you?"
}
}
{
"id": "98nlux8b0eu6"
}
Was this page helpful?
{
"method": "POST",
"path": "/predictions/my-model",
"data": {
"question": "How are you?"
}
}
{
"id": "98nlux8b0eu6"
}