Safe Creative API Web Services Reference v2 - D R A F T
* Required parameter
You can get the URL to download a work. To access this URL the work must be in REGISTERED state and the user has to be the owner.
REQUEST:
https://api.safecreative.org/v2/
?authkey=1i5g2aaf2bz09lyo867cuimqg
&code=1004200146116
&component=work.download.private
&signature=a5cba4b9bb64488f6d49042ebb618c1fea25511b
RESPONSE:
<?xml version="1.0" encoding="UTF-8"?>
<error>
<errorId>WorkNotFound</errorId>
</error>
* Required parameter
You can get the URL to download any downloadable (Registered with public access and allow download) work. To access this URL the work must be in REGISTERED state and access with a partner authkey.
REQUEST:
https://api.safecreative.org/v2/
?authkey=1i5g2aaf2bz09lyo867cuimqg
&code=1004200146116
&component=work.download
&signature=2dd23957aa66097c34e15282a1e58a817b51f390
RESPONSE:
<?xml version="1.0" encoding="UTF-8"?>
<error>
<errorId>WorkNotFound</errorId>
</error>