Loading...
Test Jarvis SDK endpoints live in the browser. Select an example, tweak the request, and send it.
Pre-filled with the demo API key. Use your own key from the dashboard.
{
"method": "POST",
"url": "https://jarvissdk.com/api/v1/modules/text-toolkit/execute",
"headers": {
"x-api-key": "jsk_802b6db28ff84154bf912a01",
"Content-Type": "application/json"
},
"body": {
"action": "word_count",
"input": {
"text": "The quick brown fox jumps over the lazy dog."
}
}
}All requests are sent from your browser directly to the Jarvis SDK API. View full API reference →