curl 'https://api.picaos.com/v1/available-actions/exa' \
-H 'x-pica-secret: YOUR_API_KEY'
{
"rows": [
{
"title": "Get Contents",
"key": "getContents",
"modelName": "Content",
"method": "POST",
"platform": "exa"
},
{
"title": "Search",
"key": "search",
"modelName": "Search",
"method": "POST",
"platform": "exa"
},
{
"title": "Find Similar Links",
"key": "findSimilarLinks",
"modelName": "Findsimilar",
"method": "POST",
"platform": "exa"
},
{
"title": "Get LLM Answer",
"key": "getLlmAnswer",
"modelName": "Answer",
"method": "POST",
"platform": "exa"
}
],
"total": 4,
"pages": 1,
"page": 1
}
Get a list of available actions for a given platform
curl 'https://api.picaos.com/v1/available-actions/exa' \
-H 'x-pica-secret: YOUR_API_KEY'
{
"rows": [
{
"title": "Get Contents",
"key": "getContents",
"modelName": "Content",
"method": "POST",
"platform": "exa"
},
{
"title": "Search",
"key": "search",
"modelName": "Search",
"method": "POST",
"platform": "exa"
},
{
"title": "Find Similar Links",
"key": "findSimilarLinks",
"modelName": "Findsimilar",
"method": "POST",
"platform": "exa"
},
{
"title": "Get LLM Answer",
"key": "getLlmAnswer",
"modelName": "Answer",
"method": "POST",
"platform": "exa"
}
],
"total": 4,
"pages": 1,
"page": 1
}
curl 'https://api.picaos.com/v1/available-actions/exa' \
-H 'x-pica-secret: YOUR_API_KEY'
{
"rows": [
{
"title": "Get Contents",
"key": "getContents",
"modelName": "Content",
"method": "POST",
"platform": "exa"
},
{
"title": "Search",
"key": "search",
"modelName": "Search",
"method": "POST",
"platform": "exa"
},
{
"title": "Find Similar Links",
"key": "findSimilarLinks",
"modelName": "Findsimilar",
"method": "POST",
"platform": "exa"
},
{
"title": "Get LLM Answer",
"key": "getLlmAnswer",
"modelName": "Answer",
"method": "POST",
"platform": "exa"
}
],
"total": 4,
"pages": 1,
"page": 1
}