APIActive

Appdome Build API

API to build apps on the Appdome platform with selected defenses.

Open source page

Field note

What it does

Appdome Build API automates the process of building mobile apps with security defenses via POST and GET requests.

Capabilities

Available capabilities

Tags

Tags

Ways to use it

Ways to use it

sdk

Python / Not filed

Product features

Product features

GET Task Status

Poll the task status until success.

Overrides JSON

Pass overrides as JSON primitives or files to modify fusion set values.

POST Build Request

Send a POST request with app_id, fusion_set_id, action=build, and optional overrides.

Python Library Example

Example using Appdome Python library: python3 build.py --app_id ... --fusion_set_id ... --build_overrides ...