Upload assignment

Create a new certificate and assignment document for transferring exclusive rights:

POST /api/v1/upload-assignment

Get <token> from the API Keys tab in the dashboard:

Headers

Name
Value

Content-Type

application/json

Authorization

Bearer <token>

Body

Name
Type
Description

description

string

Description of the work, ex. "Selfies from John Snow"

person_fullname

string

Full name of the author

person_address

string

Postal address of the author

project

string

ex. Selfies

mode

string

"live" or "test"

data

HashedFile[]

array of hashed files

HashedFile type:

Name
Type
Description

filename

string

Original name of file

hash

string

Starts with the algorithm name, ex,.

Request example:

Response

Last updated