Supametas.AI
Official website
English
English
  • Welcome to Supametas.AI
  • Cloud Service
    • Supametas.AI Cloud Service
      • Detailed Pricing Comparison
    • Guide
      • Create Dataset
      • Import Metadata
        • Fetching webpage data
        • Importing local text processing
        • Importing local image processing
        • Importing local audio processing
        • Importing local video processing
      • Cleaning data query
      • Export Cleaned Data
      • Dataset Configuration
  • Developer
    • Integration Process
    • Create API Key
    • Standard Request and Response
    • API
      • Import Text File
      • Import Web Page Task
      • Import Image Files
      • Import Audio Files
      • Import Video Files
      • View Import Task Details
      • Delete File Processing Task
    • Webhook
    • Error Code
    • Demo
  • Other
    • Community
    • Technical Support
Powered by GitBook
On this page
  • Create API-Key
  • 1. API Key Management
  • 2. Start Data Push
  • 2.3 Stop Push
  1. Developer

Create API Key

PreviousIntegration ProcessNextStandard Request and Response

Last updated 4 months ago

Supametas.ai Service API uses API-Key for authentication.

It is recommended that developers store the API-Key in the backend, rather than sharing it or storing it on the client side, to avoid the leakage of the API-Key, which may lead to financial loss.

Create API-Key

1. API Key Management

On the "API Configuration" page, you can manage API keys to push data to external systems or applications. API key management includes creating new keys, deleting keys, and starting data pushes.

  1. Create New Key

    1. Click the "+ New Key" button to open the new key creation window. :

    2. Enter a key name: In the "Alias of key" field, enter a descriptive name to identify the purpose of the key.

    3. Click the "OK" button to complete the key creation. The newly created key will appear in the list.

  2. Delete Key

    1. In the API key list, select the key you want to delete.

    2. Click the "Delete" button, and the system will delete the selected key and stop all data push operations related to that key.

2. Start Data Push

You must connect the API to the system that requires integration and set the webhook address before you can start the data push; otherwise, the push will fail.

  1. Select API: In the API list, check the keys that need to be pushed via API.

  2. Click the "Start Real-time Push" button, and the system will immediately begin pushing the cleaned data to the external system in real time.

  3. Historical Data Push :

    • If there is data in the dataset that needs to be pushed as historical data, click the "Historical Data Push" button. Historical data push will only start after this button is clicked.

    • The status of historical data push will be shown in the list, displaying the push progress (e.g., "Historical Data Push Progress 1%").

    • Historical data push will only occur once. After completion, the same data will not be pushed again.

2.3 Stop Push

  • If you need to stop the current push task, you can either delete the API key from the list or stop the API operation in the integrated system to terminate all related push tasks.

API Configuration