โน๏ธAPI Information
๐จโ๐ป
Developer
Salman
๐ท๏ธ
Version
v1.0
โก
Method
GET
๐ฆ
Output
JSON with prompt text
๐Endpoint
GET
/img2txt?url={image_url}
image_url
required
Direct or webpage URL of the image to analyze.
๐ปExample Request
# Full URL
GET https://image2prompt.freeapihub.workers.dev/img2txt?url=https://ibb.co/JwTt0fhf
GET https://image2prompt.freeapihub.workers.dev/img2txt?url=https://ibb.co/JwTt0fhf
๐คResponse
// Success Response
{
"success": true,
"prompt": "A serene sunset scene over a horizon with the sun just dipping below, casting an orange and pink glow across the sky. The sky is partly cloudy with layers of dark and light clouds adding depth to the scene. In the foreground, there is a dark silhouette of a landscape, possibly fields or low hills, with some distant structures faintly visible against the twilight. The overall mood is calm and peaceful, capturing the transition from day to night with warm colors and a tranquil atmosphere."
}
// Error Response
{
"success": false,
"error": "Missing image url"
}
{
"success": true,
"prompt": "A serene sunset scene over a horizon with the sun just dipping below, casting an orange and pink glow across the sky. The sky is partly cloudy with layers of dark and light clouds adding depth to the scene. In the foreground, there is a dark silhouette of a landscape, possibly fields or low hills, with some distant structures faintly visible against the twilight. The overall mood is calm and peaceful, capturing the transition from day to night with warm colors and a tranquil atmosphere."
}
// Error Response
{
"success": false,
"error": "Missing image url"
}