Archive Project

Archive a project. From then on nothing new starts or bills inside it: requests on a credential pinned to the project, and every new piece of work attributed to it, are refused with the coded `409 project_archived`. Work already in flight is left to finish. Everything in the project stays readable and its configuration stays editable, and the project still answers by id. Idempotent: archiving an archived project is a no-op. Reverse it with the unarchive operation.

Authentication

AuthorizationBearer

Enter your API key with the Bearer prefix, e.g. ‘Bearer sk_…’.

Path parameters

project_idstringRequiredformat: "^proj_[0-9a-hjkmnp-tv-z]{26}$"

Project id (prefixed external id, proj_...).

Headers

Speechify-VersionstringOptional

Response

The project is archived.

Errors

401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
429
Too Many Requests Error
500
Internal Server Error