Signature
Parameters
Optional[str]
Phone number to receive SMS code (E.164 format, e.g., +1234567890)
Returns
dict
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
VastAI.tfa_send_sms(
phone_number: Optional[str] = None
) -> dict
dict
from vastai import VastAI
client = VastAI(api_key="YOUR_API_KEY")
result = client.tfa_send_sms()
print(result)