Profile Picture API & SDK
Perform global adjustment on the image
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
curl -X POST "https://api.grasco.dev/image-edit/adjust" \ -H "Content-Type: application/json" \ -d '{ "imageDataUrl": "string", "adjustmentPrompt": "string" }'{
"image": "string",
"generationId": "string"
}{
"error": "string"
}{
"error": "string"
}{
"error": "string"
}{
"error": "string"
}{
"error": "string"
}Get Profile Picture Processing Status (SSE) GET
Reconnect to a profile picture processing job and stream remaining progress via SSE. **Response format:** `text/event-stream` Returns the current job state immediately, then streams remaining events until completion or error.
Detect Gender POST
Detect gender from an image