cURL
curl --request POST \ --url https://backend.revyl.ai/api/v1/apps/{app_id}/builds/upload-url \ --header 'Authorization: Bearer <token>'
{ "version_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "version": "<string>", "upload_url": "<string>", "upload_expires_at": 123, "content_type": "<string>" }
Create a new build and get upload URL (mobile platforms only)
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Version string (must be unique)
Name of the file to upload
Successful Response
Response model for creating a build with upload URL.