Skip to main content
POST
/
api
/
schedules
/
cron
/
translate
Api Schedule Cron Translate
curl --request POST \
  --url http://localhost:8080/api/schedules/cron/translate \
  --header 'Content-Type: application/json' \
  --data '
{
  "prompt": "<string>"
}
'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Body

application/json
prompt
string
required
context
string | null
timezone
string | null

Response

Successful Response