Upload – Get Public Link

This endpoint generates a unique, time-limited URL for Amazon Web Services (AWS) to upload an app or SDK securely.
It provides both the URL and a file ID necessary for the upload
After receiving the URL, send a PUT request with the app or SDK you wish to upload in the request body.
The URL expires after 30 minutes to maintain security.

Steps to Use this Endpoint:

1. Obtain Your API Key:

To authenticate API requests, you will need an API key, which can be obtained from your Appdome account. Follow these steps:

  1. Log in to your Appdome account.
  2. Navigate to the 'User Menu' or 'API' section.
  3. Look for an option labeled 'Account and API.'
  4. Copy your Appdome’s Build2Secure API Token.

2. Make the GET Request:

Use the API key to authenticate your request by including it in the Authorization header as a bearer token.

3. Handle the Response:

Upon a successful request, you will receive a JSON response containing the public link, the file ID, and the time until the link expires.

Language
Credentials
Header
Click Try It! to start a request and see the response here!