|
sendspace API (beta) Developer GuideThe sendspace Application Programming Interface (API) allows you to embed sendspace services in your applications, programs, or scripts, regardless of platform and programming language. |
| Name | Mandatory | Description |
| session_key | Yes | Received from auth.login |
<result method="auth.checkSession" status="ok"> <session>ok/expired</session> <bandwidth_left>bytes/-1=unlimited</bandwidth_left> <diskspace_left>bytes/-1=unlimited</diskspace_left> </result>
| Code | Name | Description |
| 6 | API_ERROR_SESSION_BAD | Session expired or not found |
| 7 | API_ERROR_SESSION_NOT_AUTH | Session not authenticated |