Skip to content

Commit

Permalink
Merge pull request #5 from fixie-ai/zkoch-patch-1
Browse files Browse the repository at this point in the history
Update quickstart.mdx
  • Loading branch information
benlower committed Aug 16, 2024
2 parents d06e033 + 458a450 commit 80f4e34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/content/docs/guides/quickstart.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ There are three main steps to building a voice-enabled AI agent with the Ultravo
</Steps>

### Create a Call
The first step is to create a call. This is done by doing a `POST` to the [`/calls`](../../api-reference/operations/calls_create) endpoint. Here is what that looks like:
The first step is to create a call. This is done by doing a `POST` to the [`/calls`](../../api-reference/operations/calls_create) endpoint. This call should be made from a server to prevent accidentally leaking your API key on the client. Here is what that looks like:

```terminal
curl --location 'https://api.ultravox.ai/api/calls' \
Expand Down

0 comments on commit 80f4e34

Please sign in to comment.