Create document
POST/createdocument
Create document
Request
Header Parameters
x-api-token stringrequired
Example: opensign.xxxx
Responses
- 200
- 405
Document created successfully!
- application/json
- Schema
- Example (from schema)
Schema
code number
message string
result
object
objectId string
url string
{
"code": 200,
"message": "Document created successfully!",
"result": {
"objectId": "hji2zxcv2P",
"url": "https://example.com"
}
}
Invalid API Token!
- application/json
- Schema
- Example (from schema)
Schema
code number
message string
{
"code": 405,
"message": "Invalid API token!"
}
Loading...