Infra APICompute

Issue a signed upload URL for a compute binary

Returns a 30-min signed PUT URL plus the canonical binary_url

POST/api/v1/compute/uploads

Returns a 30-min signed PUT URL plus the canonical binary_url

Authorization

BearerAuth
AuthorizationBearer <token>

Supabase JWT Bearer token

In: header

Request Body

application/json

Upload metadata

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

application/json

curl -X POST "https://example.com/api/v1/compute/uploads" \  -H "Content-Type: application/json" \  -d '{}'
{  "binary_url": "string",  "expires_at": "string",  "upload_url": "string"}
{  "error": "string",  "message": "string"}
{  "error": "string",  "message": "string"}