create_public_artifact_url
Generate a time-limited public download URL for a build artifact, enabling sharing of IPAs or AABs with testers who lack Codemagic access.
Instructions
Create a time-limited public download URL for a build artifact. Pass the artifact URL from get_build or wait_for_build. The returned URL is accessible without authentication — anyone with the link can download the artifact. Use for sharing IPAs or AABs with testers who don't have Codemagic access.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| artifact_url | Yes | The artifact url from a build artifact (returned by get_build or wait_for_build) | |
| expires_in_hours | No | How many hours until the public URL expires (default: 24, max: practical limit is a few days) |