Build an App/SDK

This API allows you to build and customize a mobile app or SDK after uploading your files and obtaining an Application ID. Utilizing existing Fusion Sets, this endpoint initiates the build process. After building, the task_id , referred to as the "Appdome Build ID," is required for all subsequent tasks related to this build.

How to Obtain the Application ID:

After successfully uploading your app to the Appdome platform, follow these steps:

  1. Navigate to the sidebar where your app is listed.
  2. The Application ID will be visible next to the app details, and you can copy it directly from there.
Key Name in Appdome Value Notes
user_agent User Agent Customization Boolean Must use with user_agent_value
user_agent_value User-Agent Header String
extended_logs Diagnostic Logs Boolean Only if enabled for the user.
Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
string
required
Defaults to personal

Personal or team ID

Body Params
string
string
string
string

Fuse overrides enable modification of fusion set options for specific tasks. Learn more here.
Example input: {"extended_logs": true} --- example for Certificate Pinning: {"mitm_host_server_pinned_certs_list":[{"value": {"mitm_host_server_pinned_certs_type": "no_pinning","mitm_host_server_pinned_certs_domain":"{URL}", "mitm_host_server_pinned_certs_file_filename": "{filename}"}}]}

file

Android only, a baseline profile file in a zip archive

file

Android only, a startup profile file in a zip archive

file

Android only, a minimization or obfuscation mapping file in a txt file

file

The index assigns each Payload Signing Key to a specific host profile. The first key is always index 0. Additional keys are indexed as 1, 2, 3, etc., for separate host profiles.

file

The index assigns each Certificate to a specific pinning profile. The first key is always index 0. Additional keys are indexed as 1, 2, 3, etc., for separate host profiles. There is an option to specify the exact host as stated in the original fusion set and it will be overridden by host name instead of index location

Response

Language
Credentials
Header
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json