Presentation Software
Integrate our vast library of animations into your presentation tools. Let your users create stunning slides with professional animated icons.
Integrate thousands of premium animated icons directly into your platform. One API, unlimited possibilities.
Empower your users with professional animations. Perfect for any platform that needs rich visual content.
Integrate our vast library of animations into your presentation tools. Let your users create stunning slides with professional animated icons.
Enhance your design platform with ready-to-use animated icons. Perfect for web design tools, mobile app builders, and prototyping software.
Give developers instant access to animations for their projects. Reduce design dependencies and speed up development workflows.
Help marketers create engaging content with animated visuals. Perfect for email builders, social media tools, and content management systems.
A complete API solution with all the features modern applications demand.
Optimized API with CDN delivery ensures your users get icons instantly, anywhere in the world.
Built with security and scalability in mind. Rate limiting, authentication, and monitoring included.
Assets delivered through our global CDN network for maximum performance and reliability.
Seamlessly integrate with your existing subscription system. Your users' subscriptions work automatically.
Well-documented REST API with predictable endpoints and comprehensive error handling.
Access detailed information about each animation including tags, categories, dimensions, and more.
Get started in minutes with our intuitive API. Works with any programming language.
// Initialize IconKing API
const iconking = require('@iconking/api-client');
iconking.configure({
apiKey: 'your_api_key',
userId: 'user_id_from_your_system'
});
// Search for animations
const results = await iconking.search({
query: 'success',
category: 'business',
page: 1
});
// Download an animation
const animation = await iconking.download('animation_id', {
format: 'json'
});
console.log(animation.data);# Initialize IconKing API
from iconking import IconKingAPI
client = IconKingAPI(
api_key="your_api_key",
user_id="user_id_from_your_system"
)
# Search for animations
results = client.search(
query="success",
category="business",
page=1
)
# Download an animation
animation = client.download(
animation_id="animation_id",
format="json"
)
print(animation.data)# Search animations
curl -X GET "https://api.iconking.net/v1/animations?query=success" \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "X-User-ID: USER_ID"
# Download animation
curl -X GET "https://api.iconking.net/v1/animations/{id}/download" \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "X-User-ID: USER_ID" \
-H "Content-Type: application/json"Clean, intuitive endpoints with comprehensive documentation.
/api/v1/animationsSearch and filter our entire library of animations
querystringSearch termcategorystringFilter by categorytagsarrayFilter by tagspagenumberPagination pageper_pagenumberResults per page (max 100)/api/v1/animations/{id}Get detailed information about a specific animation
idstringAnimation ID/api/v1/animations/{id}/downloadDownload animation file (requires valid subscription)
idstringAnimation IDformatstringFormat: json, svg, gif (optional)/api/v1/categoriesList all available categories
/api/v1/user/subscriptionCheck user's subscription status and limits
Your users' existing subscriptions work automatically with IconKing API. No separate billing, no complex setup—just seamless access control.
Your users subscribe to your platform with their existing payment method
Our API checks their subscription status through your system
They get immediate access to all animations within your app
Transparent pricing with no hidden fees. Start small and scale to millions of users.
Perfect for small apps and MVPs
For growing companies and platforms
For large-scale applications
All plans include access to our complete animation library, regular updates, and dedicated support. Enterprise plans can be customized to your specific needs.
IconKing API is currently in active development. Join our waitlist to get early access, special launch pricing, and help shape the future of the API.
Questions about the API?
Contact our API team