Echo
Royalty Free
Return any given input unchanged
No Tags
Language
Java
Metrics
API Calls - 32,328
Avg call duration -
3.49sec
Permissions
This is not a recognized license.
This is necessary for algorithms that rely on external services,
however it also implies that this algorithm is able to send your
input data outside of the Algorithmia platform.
Run an Example
Input
Output
{
"takes": [
"anything you can think of",
[
3
]
]
}
Install and Use
Install
Install the Algorithmia CLI client by running:
curl -sSLf https://algorithmia.com/install.sh | sh
Then authenticate by running:
$ algo auth
# When prompted for api endpoint, hit enter
# When prompted for API key, enter your key: YOUR_API_KEY
Use
algo run util/Echo/0.2.1 -d '{"takes": ["anything you can think of", [3]]}' --timeout 300