We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb5ec14 commit f202dc4Copy full SHA for f202dc4
1 file changed
curl/README.md
@@ -7,6 +7,7 @@
7
## Submit a Job:
8
9
```shell
10
+# Get your API key from https://cloud.ionq.com/settings/keys
11
curl -X POST "https://api.ionq.co/v0.3/jobs" \
12
-A "curl/$(curl --version | awk 'NR==1 {print $2}')" \
13
-H "Authorization: apiKey $IONQ_API_KEY" \
0 commit comments