📄
Pic-Origin Documentation
  • 📄Documentation
  • 📄환경 구성
  • Reference
    • 📄API Reference
      • V1
        • Global
        • Platform
          • Platform
          • User
          • Image
        • User
          • User
          • Image
          • Filedata
          • Folder
          • Memo
          • Custom
      • V2
        • Platform
          • Platform
        • User
          • Image
  • read me
    • 📄DetailedDocs
    • 📄ChangeLog
  • ErrorCode
    • 📄ERRORCODE
Powered by GitBook
On this page
  1. Reference
  2. API Reference
  3. V1

Global

이미지를 검증합니다.

POST https://service-stage.pic-origin.com/api/v1/verify

Request Body

Name
Type
Description

image_data*

String

이미지 바이너리

{
  "status_code": 200,
  "message": "성공",
  "result": {
    "lat": 37.561419,
    "lng": 126.811041,
    "created_at": "20230829_113152",
    "hashdata": "f8f25cc29eaa4d4f2f9a6aeb7531617e",
    "provider": "pic-origin",
    "version": 0.1
  }
}

curl --location 'https://service-stage.pic-origin.com/api/v1/verify'
--form 'image_data=@"/{YOUR_PATH_TO_IMAGE}/{YOUR_IMAGE_FILE}"'
PreviousV1NextPlatform

Last updated 1 year ago

📄