API Reference: Difference between revisions
Jump to navigation
Jump to search
w>Jguillo No edit summary |
w>Jguillo No edit summary |
||
Line 1: | Line 1: | ||
Here you can find the complete reference for each of the functions available in the API | Here you can find the complete reference for each of the functions available in the API | ||
= Authorization and validation = | = Standard API = | ||
== Authorization and validation == | |||
These functions are used for assistance in working with other functions | These functions are used for assistance in working with other functions | ||
* [[version]] | * [[version]] | ||
Line 8: | Line 9: | ||
* [[authkey.state]] | * [[authkey.state]] | ||
= Master tables = | == Master tables == | ||
To query values for fixed data (licenses, work types,...) used as parameters in other functions | To query values for fixed data (licenses, work types,...) used as parameters in other functions | ||
* [[user.licenses]] | * [[user.licenses]] | ||
Line 18: | Line 19: | ||
* [[work.languages]] | * [[work.languages]] | ||
= Works info = | == Works info == | ||
To get data about works, download them or get registration certificates | To get data about works, download them or get registration certificates | ||
* [[work.get.private]] | * [[work.get.private]] | ||
Line 26: | Line 27: | ||
* [[work.download.private]] | * [[work.download.private]] | ||
= Works management = | == Works management == | ||
To upload, register and delete works | To upload, register and delete works | ||
* [[work.upload.lookup]] | * [[work.upload.lookup]] | ||
Line 37: | Line 38: | ||
* [[work.delete]] | * [[work.delete]] | ||
= Multiauthorship = | == Multiauthorship == | ||
To register more rights holders for a work | To register more rights holders for a work | ||
* [[work.rightsholders.add]] | * [[work.rightsholders.add]] | ||
Line 43: | Line 44: | ||
* [[work.rightsholders.remove]] | * [[work.rightsholders.remove]] | ||
= User management = | = Partners API = | ||
== User management == | |||
These functions allow to create and modify user accounts on Safe Creative. You must be a partner to use these functions | These functions allow to create and modify user accounts on Safe Creative. You must be a partner to use these functions | ||
* [[user.link]] | * [[user.link]] | ||
Line 49: | Line 51: | ||
* [[user.unlink]] | * [[user.unlink]] | ||
= | = Public API = | ||
To search for works and query public registration data. | To search for works and query public registration data. | ||
These services are public and no application key is needed to use them. | These services are public and no application key is needed to use them. |
Revision as of 09:08, 6 May 2010
Here you can find the complete reference for each of the functions available in the API
Standard API
Authorization and validation
These functions are used for assistance in working with other functions
Master tables
To query values for fixed data (licenses, work types,...) used as parameters in other functions
- user.licenses
- license.features
- user.countries
- user.profiles
- work.types
- work.types.tree
- work.languages
Works info
To get data about works, download them or get registration certificates
Works management
To upload, register and delete works
- work.upload.lookup
- work.upload.begin
- work.upload.chunk
- work.upload.commit
- API upload servlet
- work.register
- work.attachfile
- work.delete
Multiauthorship
To register more rights holders for a work
Partners API
User management
These functions allow to create and modify user accounts on Safe Creative. You must be a partner to use these functions
Public API
To search for works and query public registration data. These services are public and no application key is needed to use them.
Semantic services
To get a work registration info from a digital fingerprint of its contents.