cURL
curl --request POST \ --url https://model-{model_id}.api.baseten.co/development/wake \ --header 'Authorization: <api-key>'
{ "error": "<string>", "error_code": "timeout", "detail": "<string>" }
API key with the Api-Key prefix, e.g. Authorization: Api-Key abcd1234.abcd1234.
Api-Key
Authorization: Api-Key abcd1234.abcd1234
Wake request accepted.
Was this page helpful?