Glif is a bot-building platform similar to Coze: https://glif.app/
Through this API, you can quickly integrate Glif's functions. Request
API Key from 302.AI backend
Example:Bearer {{YOUR_API_KEY}}
Body Params application/json
{
"id": "clgh1vxtu0011mo081dplq3xs",
"inputs": ["a happy horse", "living on a farm", "in France"]
}
Request samples
curl --location --request POST 'https://api.302.ai/glifapi' \
--header 'Authorization: Bearer sk-jls4AaVBGoe1GwZD64qZA1qyKTN1MPHa4NmvH1cT68z7K1Zz' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": "clgh1vxtu0011mo081dplq3xs",
"inputs": ["a happy horse", "living on a farm", "in France"]
}'
Responses
application/json Modified at 2024-09-03 10:26:53