From e32afe66d3904d157b246d176051698e01665190 Mon Sep 17 00:00:00 2001 From: jaspreet12d Date: Thu, 16 May 2024 12:03:58 +0530 Subject: [PATCH] more changes in api dashboard --- guide/API_Services.md | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/guide/API_Services.md b/guide/API_Services.md index ec641dfc..2ef82050 100644 --- a/guide/API_Services.md +++ b/guide/API_Services.md @@ -8,38 +8,38 @@ Click on the Subscribe API button in the API Services tile to subscribe. ![DocumentOrder](./images/API_services_dashboard.png) -Post clicking, the user will be redirected to the API Hub section to select the specific API depending upon their requirements. +Select the specific API depending on the requirements from the API Hub section. ![APIselection](./images/APIHub.png) -Post the API selection, choose one of the plans as per requirement. +Choose one of the plans as per requirement. ![PlanSelection](./images/APIHubPlan.png) #### Plans and their details: -1. Free Plan : Word limit of 10,000 words and restriction of being able to create a single project key for API usage. +1. Free Plan : Word limit of 10,000 words and restriction of being able to create only a single project key for API usage. -2. Standard Plan : Charged at ₹ 0.10/word and option to generate multiple project keys for APIs. +2. Standard Plan : Charged at ₹ 0.10/word with option to generate multiple project keys for APIs. -Note: Minimum balance of ₹ 1000 needed to make API requests. +Note: Minimum balance of ₹ 1000/- needed to make API requests. -3. Premium Plan : Primarily catering to Enterprise Customers and allows for customised quotes based on specific requirements. Plus, a dedicated account manager to help you during the integration phase. +3. Premium Plan : Primarily catering to Enterprise customers with customised quotes based on specific requirements. Plus, a dedicated account manager during the integration phase. -Post selection of a plan, the user will get redirected to a page to help in creation of API credentials. +Post plan selection, the user will get redirected to a page to help in creation of API credentials. ![APIPlanSelection](./images/APIHubPlanEnroll.png) #### Creation of API credentials -API key can be generated by clicking on Create button and mentioning the project name. +API key can be generated by clicking on the Create button and do remember to mention the project name. ![APIKeyCreation](./images/APICredentials.png)
![APIKeyDialog](./images/APIProjectName.png) -Post clicking the Save button, the API key will be displayed as partially hidden on the screen. However, the complete key gets copied using the copy button. +Post Save, the API key will be displayed as partially hidden on the screen. However, the complete key gets copied using the copy button. ![APICreds](./images/APICreds.png) @@ -47,27 +47,27 @@ Post the credentials, the user can move to API documentation to get the API curl #### API Documentation -Select the API and choose amongst the API keys as per the specific projects. +Select the API and choose amongst the API keys as per the project. ![APIDocumentation](./images/APIDoc.png) -Select the API key and choose the Source and Target Languages from the dropdowns highlighted below. +Select the API key and choose the Source and Target Language from the dropdowns highlighted below. ![APIDocumentation](./images/APIDocKey.png) -To help ease the API integration, the API curl request and sample response are mentioned on the right side of the page. +To help ease the API integration, the API curl request and sample response are displayed on the right side of the page. ![APICurl](./images/APICurl.png) #### Overview -Check the API request stats on the Overview page. It shows the number of API calls and the number of words consumed. +Check the API request stats on the Overview page to see the number of API calls made and the number of words consumed. ![APIOverview](./images/APIOverview.png) #### API Logs -This section shows the detailed usage. Filters on API type, Date Range etc can help for better analytics at customer end. +For detailed logs including filters on API type, Date Range to help in better, detailed analytics at customer end. ![APILogs](./images/APILogs.png)