Signatures
Overview
You can use signatures to create signed URLs which grant access to your project's resources, without revealing your project's API key.
URLs can expire after a specified time and be limited to HTTP GET
method for read-only access, or HTTP PUT
method for client-side uploads.
See Signatures for a detailed guide.
Signature Objects
Endpoints
You can use the /signatures
endpoint to create signed URLs.
POST