Integrate with Our API in Minutes
Power your applications with our robust AI models. Our developer-friendly REST API is easy to integrate, well-documented, and built for performance.
Read API Docs
No demos found in this category.
Power your applications with our robust AI models. Our developer-friendly REST API is easy to integrate, well-documented, and built for performance.
Read API Docs# Example: Generate an image
curl -X POST https://api.vmodel.ai/api/tasks/v1/create
-H "Authorization: Bearer $VModel_API_TOKEN"
-H "Content-Type: application/json"
-d '{
"version": "d4f292d1ea72ac4e501e6ac7be938ce2a5c50c6852387b1b64dedee01e623029",
"input": {
"swap_image": "https://data.vmodel.ai/data/model-example/vmodel/photo-face-swap/swap_image.jpg",
"target_image": "https://data.vmodel.ai/data/model-example/vmodel/photo-face-swap/target_image.png",
"disable_safety_checker": false
}
}'