API Overview
Introduction
Safe Creative API Web Services are accessible via a REST-like interface. The interface is rooted at http://api.safecreative.org/v2/
unless you are using the arena server that lives in the arena subdomain: http://arena.safecreative.org/v2/
All requests must be done using the UTF-8 charset and the charset of the http request must be UTF-8
Responses are formatted as UTF-8 XML. It is strongly recommended to use HTTPS instead of HTTP. Some methods are required to be called using HTTPS.
- Access method
- Charset
- Parameters
- URL syntax
- Zime parameter
- Signature parameter
- Obtain the keys to use the API
- User Key callback URL
- User Key bringback URL
- Authkey: The user authorization
- Error handling
- About users
- About Works
- User management
- Building common URLs
- Paginated requests
- API Arquitecture
API functions reference
Generic methods
User management
Master tables
- user.licenses
- license.features
- user.countries
- user.profiles
- work.types
- work.types.tree
- work.languages
Works info
Work management
- work.upload.lookup
- work.upload.begin
- work.upload.chunk
- work.upload.commit
- work.register
- work.attachfile
- work.delete
Multiauthorship
Search
How to
- Register work uploading
- Register work via URL
- Register work with extended info
- Register work with relations
- Desktop Applications