Create Certificate
The MyIPR app's Certificate API provides a secure and efficient way to register and certify assets directly within the app.
Last updated
curl --location -g '{{base_url}}/create' \
--header 'Authorization: SECRET {{secret_key}}' \
--data '{
"name": "This is a new file 13091",
"category_id": "10",
"file_source": "client-hash",
"hash": "c5455acc691c249007aa739f2e4ff7651e549c4e9b471c6b0b327d2d61db1617",
"size": "1079"
}'{
"status": 201,
"message": "success",
"result": {
"message": "File submitted for hashing successfully",
"fileId": "33f42dc0-c4d7-401d-b3ff-c0152d72a7e8",
"versionId": "d7bf2c72-9001-4280-92f2-545ff10fe080",
"currentStatus": "hash_generated",
"currentStatusType": "In Progress",
"user": {
"id": "2ebe5490-ce56-42c2-afbe-20b5de491a37",
"firstName": "business",
"lastName": "varsha"
}
}
}