Minor documentation fixes
Browse files- docs/API.md +2 -2
docs/API.md
CHANGED
@@ -41,11 +41,11 @@ a user-friendly way.
|
|
41 |
The API is exposed through the RapidAPI Hub which manages API subscriptions, API keys, payments and other things. Please
|
42 |
refer to the [RapidAPI Documentation](https://docs.rapidapi.com/docs/consumer-quick-start-guide) to get started.
|
43 |
|
44 |
-
Generally, in order to use
|
45 |
- Create a RapidAPI.com account.
|
46 |
- [Navigate to the API page](https://rapidapi.com/texelmoda-texelmoda-apis/api/try-on-diffusion) and subscribe to a
|
47 |
suitable pricing plan. We also provide a free BASIC plan with 100 API requests per month.
|
48 |
-
- Use the obtained RapidAPI key to authenticate (via the _X-RapidAPI-Key_ header) and use
|
49 |
language or tool you like.
|
50 |
|
51 |
Example API call using cURL:
|
|
|
41 |
The API is exposed through the RapidAPI Hub which manages API subscriptions, API keys, payments and other things. Please
|
42 |
refer to the [RapidAPI Documentation](https://docs.rapidapi.com/docs/consumer-quick-start-guide) to get started.
|
43 |
|
44 |
+
Generally, in order to use the API you need to perform the following steps:
|
45 |
- Create a RapidAPI.com account.
|
46 |
- [Navigate to the API page](https://rapidapi.com/texelmoda-texelmoda-apis/api/try-on-diffusion) and subscribe to a
|
47 |
suitable pricing plan. We also provide a free BASIC plan with 100 API requests per month.
|
48 |
+
- Use the obtained RapidAPI key to authenticate (via the _X-RapidAPI-Key_ header) and use the API from any programming
|
49 |
language or tool you like.
|
50 |
|
51 |
Example API call using cURL:
|