Skip to content

Commit

Permalink
fix top-up code render
Browse files Browse the repository at this point in the history
  • Loading branch information
nassimberrada committed May 22, 2024
1 parent a18614a commit 037dd31
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions docs/home/home.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,10 @@ Welcome Gift
Before diving in, you may have received a code to increase your credits. If that's the case, you can activate it with a simple request to this endpoint once you've grabbed your API key from the console:

.. code-block:: bash
curl -X POST "https://api.unify.ai/v0/promo?code=<CODE>" \
-H "accept: application/json" \
-H "Authorization: Bearer <YOUR_UNIFY_KEY>"
Simply replace :code:`<CODE>`` with your top up code and :code:`<YOUR_UNIFY_KEY>`` with your API Key in the request, and you're ready to take-off with extra credits! 🚀
curl -X 'POST' \
'https://api.unify.ai/v0/promo?code=<CODE>' \
-H 'accept: application/json' \
-H 'Authorization: Bearer <YOUR_UNIFY_KEY>'
Simply replace :code:`<CODE>` with your top up code and :code:`<YOUR_UNIFY_KEY>` with your API Key in the request, and you're ready to take-off with extra credits! 🚀

0 comments on commit 037dd31

Please sign in to comment.