Vision Event 이미지 업로드
워크스페이스 수준 이미지를 업로드하고 Vision Event를 만들 때 해당 sourceId를 참조합니다.
소개
HTTP API
Upload an image for use in vision events.
Authorizations
AuthorizationstringRequired
Roboflow API key passed as a Bearer token.
Body
filestring · binaryRequired
The image file to upload.
namestringOptional
Custom name for the image.
metadatastringOptional
JSON string of custom metadata.
Responses
201
Image uploaded successfully.
application/json
successbooleanOptional
sourceIdstringOptional
Reference ID for use in event images.
urlstringOptional
Public URL of the uploaded image.
400
Missing file or invalid metadata.
application/json
403
Insufficient permissions for this resource.
application/json
post/vision-events/upload
예시 요청
요청 매개변수
예시 응답
파이썬 SDK
마지막 업데이트
도움이 되었나요?