Skip to main content

Search Elementals

Search for elementals.

GET/v1/elementals

Properties

NameTypeRequiredDescription
searchstringSearch term
sizenumberNumber of elementals to return
pagenumberPage number
formatstringCase the size is lower than 10. Output format (text, markdown, json, default (json and markdown))
group_bystringCase the size is lower than 10. Group data by row or column
fieldsstringFields for the knowledge return (id, title, type, description, content, url, images, video, tutorial and files)

Example

/v1/elementals?size=10&page=2&search=first

CURL Example

curl -X GET "https://api-integrations.snackprompt.com/v1/elementals?size=10&page=2&search=first" \
-H "Content-Type: application/json" \
-H "x-api-key: YOUR_API_KEY"