Autonomy Docs
API ReferenceArtifacts

Create artifact upload URL

Creates a short-lived Convex storage upload URL for a mobile build artifact. Requires the autonomy:runs:write API key scope.

POST
/api/artifacts/upload-url

Creates a short-lived Convex storage upload URL for a mobile build artifact. Requires the autonomy:runs:write API key scope.

Authorization

bearerAuth
AuthorizationBearer <token>

Send Authorization: Bearer . The token can be an Autonomy organization API key (aut_xxx) or an OAuth access token.

In: header

Response Body

application/json

application/json

application/json

curl -X POST "https://example.com/api/artifacts/upload-url"
{
  "uploadUrl": "http://example.com"
}
{
  "error": "string"
}
{
  "error": "string"
}