VastAI.scp_url(id: int) -> str
str
from vastai import VastAI client = VastAI(api_key="YOUR_API_KEY") result = client.scp_url(id=12345) print(result)