Generate

Download a generated package

GET
/generate/download

Download the complete ZIP referenced by generate_run's download.url. Pass the token from that URL. No API key is needed; the token grants access only to that exact package until its replay window expires. Keep the token private.

The local MCP server saves this binary response to disk. On a hosted MCP connection, download the original URL directly to your workspace. Verify the ZIP against download.sha256 before extracting it into an empty directory. Expired or invalid tokens return 404; a new generation creates a new download.

Query Parameters

token*string

Private download token from download.url in the generation result.

Match^[A-Za-z0-9_-]{43}$
Length43 <= length <= 43

Response Body

application/zip

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/generate/download?token=parcel_download_example_token_1234567890123"
"string"