Work.registration-certificate

From Safe Creative API
Jump to navigation Jump to search

Generates a registration certificate with all authorship and copyright information registered at Safe Creative for a work.

Info

  • Component name: work.registration-certificate
  • Signature: Requires signature using the authkey's private key
  • Timestamp: Requires ztime parameter
  • Authorization level: GET
  • API trust level: Standard

Parameters

  • authkey*: User's authorization key
  • ztime*: Z-Timestamp
  • code*: Work code
  • locale: Language for certificate. If not specified, the user's default locale will be used.

* Required parameter

Returns

  • downloadinfo
    • url: Certificate download url
    • mimetype: MIME type - application/pdf
    • type: File type - CERTIFICATE

Example

REQUEST:

https://api.safecreative.org/v2/
?component=work.registration-certificate
&authkey=5t21us8sg2vrwsdpl6cey6uyz
&code=1909272034517
&locale=en
&ztime=1737973731114
&signature=0ccde8cd87ad87beb2945b981d457aadecd7c9e4

RESPONSE:

<?xml version="1.0" encoding="UTF-8"?>
<downloadinfo>
  <url>https://certificates.safecreative.org/19/09/27/2034517/923DSU.pdf</url>
  <mimetype>application/pdf</mimetype>
  <type>CERTIFICATE</type>
</downloadinfo>