Quick actions

cmd+k|ctrl+k

Navigation

Languages

Create anonymous snippet

Snippet info

Language

Bash

Visibility

public

Author

philipsd6

Created

2016-05-29T00:17:39Z

Updated

2016-05-29T00:17:39Z

curl --request POST \
     --header 'Content-type: application/json' \
     --data '{"language": "python", "title": "test", "public": true, "files": [{"name": "main.py", "content": "print(42)"}]}' \
     --url 'https://snippets.glot.io/snippets'
INFO