|
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 |
| file_id | Yes | file_id or list of files' id's (a1a1a1,s2s2s2,d3d3d3) |
| folder_id | Yes | A folder_id code or 0 for root folder |
<result method="files.movetoFolder" status="ok"> <file id="" name="" description="" password="" folder_id="" download_page_url="" direct_download_url="" upload_time="" file_size="" downloads="" time_limit="" download_limit="" limit_action="" limit_action_to_folder=""/> </result>
http://api.sendspace.com/rest/?method=files.movetofolder&session_key=9i96woykgory1crglmykgycjwa5k2cq2&file_id=x5l7qv&folder_id=2l28mq
| Code | Name | Description |
| 6 | API_ERROR_SESSION_BAD | Session expired or not found |
| 9 | API_ERROR_FILE_NOT_FOUND | File not found |
| 10 | API_ERROR_FOLDER_NOT_FOUND | Folder not found |