Skip to main content
POST

ANS API

Requests the creation of a new ANS entry

OpenAPISince 0.5.10
Requests the creation of a new ANS entry. ANS entries need to be paid and renewed via subscription payments. Upon requesting the creation of the ANS entry, a subscription request is created. The user may accept the subscription request via their wallet by offering the initial payment. Once the subscription request is accepted, the DSO automation burns the payment and creates the ANS entry.

Protocol Details

Operation IDcreateAnsEntry
AuthenticationBearer token
Published0.7.4
SpecificationDownload OpenAPI

Inputs

Request body

application/json
string
required
The name of the ANS entry. It must end with .unverified.<ans> where <ans> is the ANS acronym chosen by the DSO.
string
required
A valid URL or an empty string. Use this to link to a website, such as the homepage of an application provided by the owner of this entry. Must not be longer than 255 characters.
string
required
A human readable description of the ANS entry. May be empty. Must not be longer than 140 characters.

Outputs

200

application/json
ContractId
required
ContractId
required
string
required
The name of the ANS entry, as specified in the request.
string
required
The URL of the ANS entry, as specified in the request.
string
required
The description of the ANS entry, as specified in the request.

400

application/json
string
required

500

application/json
string
required

History

Introduced0.5.10