App - Embedding Model
When the App receives a request from a user, it sends an API request to the Embedding Model 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
Embedding Model API Endpoint Example:
Example request from App to Embedding Model:
Last updated