AI Prompts
1. LLM Prompt ()
Example Usage
curl -X POST "https://api.verida.ai/api/rest/v1/llm/prompt" \
-H "Authorization: Bearer YOUR_AUTH_TOKEN" \
-H "Content-Type: application/json" \
-d '{
"prompt": "Write a short poem about blockchain."
}'{
"completion": "Blockchain’s ledger forged in trust,\nWhere bits of code hold knowledge robust,\nConnecting minds across the globe,\nEmpowering dreams in digital robe."
}2. LLM Agent Prompt
Example Usage
3. LLM Profile Prompt
Example Usage
Best Practices
Last updated