Skip to main content
GET
/
downloads
/
public
Get download URL
curl --request GET \
  --url https://api.buildwithtrace.com/api/v2/downloads/public
{
  "download_url": "<string>",
  "version": "1.1.0",
  "filename": "trace-1.1.0-macos-universal.dmg",
  "file_size": 245000000
}

Query Parameters

platform
enum<string>
required
Available options:
macos,
windows
channel
enum<string>
default:release
Available options:
release,
beta

Response

200 - application/json

Download info with signed URL

download_url
string<uri>
version
string
Example:

"1.1.0"

filename
string
Example:

"trace-1.1.0-macos-universal.dmg"

file_size
integer
Example:

245000000