Integrate screengrasp into your applications
Access powerful click position prediction models through our simple API. Choose between:
POST https://screengrasp.onrender.com/api/createAnalysisTask
Creates a new image analysis task and returns a task ID.
image
- The screenshot file to analyzetaskDescription
- Description of what to find/click in the imagemechanism
(optional) - The model to use. Options:
screengrasp
(default)anthropic-computer-use
gpt4o-with-omniparser
molmo
gemini-flash
gpt4o
GET https://screengrasp.onrender.com/api/getTaskStatus/:taskId
Retrieves the current status and results of an analysis task.
status
- Current task status:
QUEUED
- Task is waiting in queueCOMPLETED
- Analysis finished successfullyFAILED
- Analysis failedpredictedClickPosition
- When completed, contains the click coordinateserror
- Error message if status is FAILEDCOMPLETED
or FAILED
Each API call consumes token credits from your account. Average token usage:
Token estimation calculator coming soon!