v13
OpenAPI 3.0.32026-07-31359869.4 MBUpload a cache artifact
Uploads a cache artifact identified by the hash specified on the path. The cache artifact can then be downloaded with the provided hash.
Path parameters
The artifact hash
The artifact hash
Query parameters
The Team identifier to perform the request on behalf of.
The Team slug to perform the request on behalf of.
Headers
The artifact size in bytes
The artifact size in bytes
The time taken to generate the uploaded artifact in milliseconds.
The time taken to generate the uploaded artifact in milliseconds.
The continuous integration or delivery environment where this artifact was generated.
The continuous integration or delivery environment where this artifact was generated.
1 if the client is an interactive shell. Otherwise 0
1 if the client is an interactive shell. Otherwise 0
The base64 encoded tag for this artifact. The value is sent back to clients when the artifact is downloaded as the header x-artifact-tag
The base64 encoded tag for this artifact. The value is sent back to clients when the artifact is downloaded as the header x-artifact-tag
The SHA of the source control revision that generated this artifact.
The SHA of the source control revision that generated this artifact.
A hash representing uncommitted changes in the working directory when this artifact was generated.
A hash representing uncommitted changes in the working directory when this artifact was generated.
Response
File successfully uploaded
Example response
{
"urls": [
"https://api.vercel.com/v2/now/artifact/12HKQaOmR5t5Uy6vdcQsNIiZgHGB"
]
}