PrompticPromptic

Start a pending experiment

POST
/experiments/{experimentId}/start

Authorization

BearerApiKey
AuthorizationBearer <token>

API key from workspace settings

In: header

Path Parameters

experimentId*string
Formatuuid

Response Body

application/json

application/json

application/json

application/json

curl -X POST "https://loading/api/v1/experiments/497f6eca-6276-4993-bfeb-53cbbbba6f08/start"
{
  "messageId": "string",
  "status": "string"
}
{
  "error": "string"
}
{
  "error": "string"
}
{
  "error": "string"
}