Profile Picture API & SDK
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.
Path Parameters
jobId*string
Response Body
curl -X GET "https://api.grasco.dev/profile-picture/selection/status/string"{
"type": "registered",
"jobId": "string"
}{
"error": "string"
}{
"error": "string"
}{
"error": "string"
}{
"error": "string"
}