!pip install vlmrun from vlmrun.client import VLMRun client = VLMRun(base_url="https://agent.vlm.run/v1", api_key="<VLMRUN_API_KEY>") # Get a presigned download URL for a skill zip download = client.skills.download(skill_id="<skill-id>") print(f"Download URL: {download.download_url}") print(f"Expires in: {download.expires_in} seconds")
{ "id": "<string>", "name": "<string>", "version": "<string>", "download_url": "<string>", "expires_in": 123 }
Get a presigned download URL for a skill zip file.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
URL expiration time in seconds
Successful Response
Response with presigned download URL for a skill.
Skill ID
Skill name
Skill version
Presigned URL for downloading the skill zip