cURL
curl --request POST \ --url https://shelfforce.ai/api/v1/upload-url \ --header 'Authorization: Bearer <token>'
{ "data": { "uploadUrl": "<string>" } }
Returns a presigned upload URL for uploading images to Shelfforce storage. Upload the image via POST to the returned URL, then use the resulting storage URL as the imageUrl in analysis requests.
imageUrl
API key with sf_live_ prefix. Pass as Authorization: Bearer sf_live_...
sf_live_
Authorization: Bearer sf_live_...
Presigned upload URL.
Show child attributes