App - Dataset
When the App receives a request from a user, it can optionally send an API request to the Dataset Server Endpoint with the following data:
Request Parameters | Requirement | Type | Description |
---|---|---|---|
uaaid | Required | string | User Account Wallet Address |
identity_contract_address | Required | string | KIP Identification contract address |
app_token_id | Required | string | Unique ID assigned to the App |
prompt | Optional | string | Description of the prompt content |
callback_url | Required | string | App endpoint for response |
Dataset Server API Endpoint Example:
Example request from App to Dataset Server:
Last updated