API Endpoint
- URL:
https://text-tad.droplinked.workers.dev/ - Method:
POST - Content-Type:
application/json
Authentication
An API key is required for access. Contact Droplinked support to obtain your API key. Include it in the request headers as follows:- Header:
api-key - Value:
<YOUR_API_KEY>(provided by Droplinked)
Request Format
The API accepts a JSON payload with the following fields:Request Body
| Field | Type | Required | Description |
|---|---|---|---|
command_name | String | Yes | Must be set to "shop_descriptions" for this functionality. |
description | String | Yes | A brief or detailed description of the shop or business. |
Example Request Body
Response Format
- Content-Type:
text/plain - Response: A strict JSON object containing exactly three shop descriptions, with no additional text or characters.
Response Structure
Example Response
Guidelines for Shop Description Generation
The API generates output based on these rules:- Shop Descriptions:
- Exactly three concise and engaging descriptions derived from the
description. - Tailored to highlight key aspects of the business (e.g., web3, decentralized storage, creators).
- Exactly three concise and engaging descriptions derived from the
- Output:
- Strict JSON format with only the
"shop_descriptions"key and a three-item array. - No extra text, explanations, or additional fields.
- Strict JSON format with only the
JavaScript Example
Below is an example of how to use the Shop Descriptions Generator API in JavaScript with thefetch API:
Error Handling
- Invalid API Key: Returns an error message (e.g., “Unauthorized”).
- Missing Fields: If
command_nameordescriptionis missing, the API may return an error or fail silently. - Network Issues: Handle errors in the
.catchblock of thefetchcall.
Example Error Output
Best Practices
- Description Specificity: Include key business traits (e.g., products, technology, audience) for relevant descriptions.
- JSON Parsing: Parse the response client-side to access the descriptions.
- Marketing Use: Use the output for website copy, ads, or promotional materials.
- Testing: Experiment with different descriptions to generate varied content.