Skip to content

Commit f202dc4

Browse files
authored
add key link to curl (#35)
1 parent bb5ec14 commit f202dc4

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

curl/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
## Submit a Job:
88

99
```shell
10+
# Get your API key from https://cloud.ionq.com/settings/keys
1011
curl -X POST "https://api.ionq.co/v0.3/jobs" \
1112
-A "curl/$(curl --version | awk 'NR==1 {print $2}')" \
1213
-H "Authorization: apiKey $IONQ_API_KEY" \

0 commit comments

Comments
 (0)