Docs
Quickstart
Quickstart
Get started with Routify in minutes.
- Create an account and app at cloud.routify.to
- Create a route, for example:
v1/chat/completion
if you are using OpenAI - Add the OpenAI provider and the necessary credentials
- Make the request to Routify cloud gateway
curl --request POST \
--url https://gateway.routify.to/v1/chat/completions \
--header 'Authorization: Bearer {ROUTIFY_API_KEY}' \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--header 'routify-app: {ROUTIFY_APP_ID}' \