APIActive

Emerge REST API

REST API to upload iOS and Android builds to Emerge for analysis.

Open source page

Field note

What it does

Emerge REST API allows programmatic upload of build artifacts via a signed URL flow: GET /upload for a signed URL, then PUT the file. Supports iOS and Android build types.

Capabilities

Available capabilities

Tags

Tags

Ways to use it

Ways to use it

rest

Not filed / https://docs.emergetools.com/docs/rest-api

Product features

Product features

GET /upload Endpoint

Create a new upload and retrieve a signed URL.

PUT to Signed URL

Upload build file using PUT request to the signed URL.

ZIP Support

Supports uploading .zip files with Content-Type: application/zip.