đ§âđŦ/parameters-extraction
Extract parameters from a prompt.
POST
https://api.brianknows.org/api/v0/agent/parameters-extraction
Allows you to send a prompt to Brian and return all the extracted parameters from the prompt.
You can implement your own custom logic and decide how to use the extracted parameters in you app. For example, you could take the swap parameters and build an integration on a chain that is not currently supported by Brian.
Headers
Name
Type
Description
x-brian-api-key*
String
Brian API key.
Content-Type*
application/json
Body content type.
Request Body
Name
Type
Description
prompt*
String
User input prompt.
Requesting information
Response
Last updated