API Documentation
Integrate our tools into your applications
Authentication
To use our API, you need to include your API key in the request header:
Authorization: Bearer YOUR_API_KEY
You can get your API key by signing up for an account and visiting the API section of your dashboard.
Rate Limiting
Our API is rate-limited to ensure fair usage and maintain service quality:
- Free tier: 100 requests per hour
- Pro tier: 1,000 requests per hour
- Enterprise tier: Custom limits
Endpoints
Text to Emoji
POST/api/text-to-emoji
Convert text to emojis
Parameters
Name | Type | Required | Description |
---|---|---|---|
text | string | Yes | The text to convert |
style | string | No | The emoji style to use |
Emoji Translator
POST/api/emoji-translator
Translate emojis to text
Parameters
Name | Type | Required | Description |
---|---|---|---|
emoji | string | Yes | The emoji to translate |
Fancy Text
POST/api/fancy-text
Generate fancy text
Parameters
Name | Type | Required | Description |
---|---|---|---|
text | string | Yes | The text to convert |
style | string | Yes | The fancy text style to use |
Unit Converter
POST/api/unit-converter
Convert between units
Parameters
Name | Type | Required | Description |
---|---|---|---|
value | number | Yes | The value to convert |
from | string | Yes | The unit to convert from |
to | string | Yes | The unit to convert to |
Ready to get started?
Sign up for an API key and start integrating our tools into your applications