Skip to main content
POST
/
projects
/
{id}
/
restore
Restore an archived project
curl --request POST \
  --url https://api.specular.dev/projects/{id}/restore \
  --header 'Authorization: Bearer <token>'
{
  "message": "<string>",
  "workflowId": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication with API key (format: Bearer sk_xxx)

Path Parameters

id
string
required

Project ID

Response

Default Response

message
string
workflowId
string