invalid_storage_configuration
The storage configuration is not valid.
storageHTTP 400terminalnever billed
Common causes
- · `store=true` without `storage_config_id` and without inline bucket credentials.
- · The referenced storage configuration does not exist, belongs to another organization, or is not active.
- · Inline storage is missing `storage_bucket`, `storage_access_key_id` or `storage_secret_access_key`.
- · The custom endpoint is not a valid URL.
What to do
- · Pick one of the two paths: a saved `storage_config_id`, or the three inline credentials together.
- · Confirm the configuration is active in the dashboard and belongs to the organization the key authenticates.
- · This is validation, not a delivery failure — nothing was rendered and nothing was charged.
Response shape
HTTP 400
{
"is_successful": false,
"error_code": "invalid_storage_configuration",
"error_message": "The storage configuration is not valid.",
"documentation_url": "https://api.pagecapture.dev/docs/errors/invalid_storage_configuration",
"request_id": "req_01..."
}