TheSchicht Cloud Apis
  1. Overview
TheSchicht Cloud Apis
  • Getting Started
  • Overview
    • Find pet by ID
      GET
    • Finds Pets by status
      GET
    • Finds Pets by tags
      GET
    • uploads an image
      POST
    • Add a new pet to the store
      POST
    • Update an existing pet
      PUT
    • Updates a pet in the store with form data
      POST
    • Deletes a pet
      DELETE
  • Environments & Base URLs
    • Returns pet inventories by status
      GET
    • Place an order for a pet
      POST
    • Find purchase order by ID
      GET
    • Delete purchase order by ID
      DELETE
  • Authentication & Scopes
    • login
      • login
    • bulk Users
      POST
    • Get user
      GET
    • Update user
      PUT
    • Delete user
      DELETE
    • Logs user into the system
      GET
    • Logs out current logged in user session
      GET
    • Creates list of users with given input array
      POST
    • Create user
      POST
  • Versioning
    • Creates list of users with given input array
      POST
    • Get user by user name
      GET
    • Update user
      PUT
    • Delete user
      DELETE
    • Logs user into the system
      GET
    • Logs out current logged in user session
      GET
    • Creates list of users with given input array
      POST
    • Create user
      POST
  • SDKs
    • Creates list of users with given input array
    • Get user by user name
    • Update user
    • Delete user
    • Logs user into the system
    • Logs out current logged in user session
    • Creates list of users with given input array
    • Create user
  • Auth
    • OAuth2 Client Credentials token
  • Markets
    • List & Search
      • List/Search markets
    • Details
      • Get market details
    • Orderbook
      • L2 orderbook
    • Orders
      • Place order
      • Get order
      • Cancel order
    • Trades
      • Trades by market
    • Positions
      • Positions by account
  • Exchange
    • Quotes
      • Create quote
      • Get quote
    • Matches
      • Create matched bet
    • Fills
      • Fills by market
    • PNL
      • P&L by account
  • Wallets
    • Wallets
      • Create wallet
      • Get wallet
    • Addresses
      • Create address
    • Sign
      • Sign (typed/raw)
    • Transfers
      • Create transfer
      • List transfers
  • Banking
    • KYC
      • Submit KYC
      • KYC status
    • Accounts
      • Create payout account (IBAN/ACH)
    • Payouts
      • Create payout
      • Get payout
  • News
    • Feed
      • List news (filter)
      • Get news item
    • Webhooks
      • Register news webhook
      • Delete news webhook
  • Chat
    • Rooms
      • Create room
      • List rooms by member
    • Messages
      • Send message
      • List messages
    • Stream
      • Realtime stream (WS/SSE)
  • Blog
    • Posts
      • List posts
      • Get post
    • Categories
      • List categories
    • Pages
      • Get page
  • Admin
    • Health
      • Health check
    • Metrics
      • Metrics
  1. Overview

uploads an image

POST
https://prod.your-api-server.com/pet/{petId}/uploadImage
Last modified:2025-09-13 11:43:30
Maintainer:Not configured

Request

Authorization
OAuth 2.0
Implicit
Add the parameter
Authorization
to Headers
,whose value is to concatenate the Token after the Bearer.
Example:
Authorization: Bearer ********************
Authorize URL: https://petstore.swagger.io/oauth/authorize
Scopes:
read:pets-read your pets
write:pets-modify pets in your account
or
Path Params

Body Params multipart/form-data

Responses

🟢200OK
application/json
successful operation
Body

Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://prod.your-api-server.com/pet//uploadImage' \
--form 'additionalMetadata=""' \
--form 'file=@""'
Response Response Example
{
    "code": 3,
    "type": "ex dolor",
    "message": "Pecus carcer cometes credo. Vergo infit capitulus tollo. Custodia damno coaegresco defero pecus abeo acies voluntarius baiulus."
}
Modified at 2025-09-13 11:43:30
Previous
Finds Pets by tags
Next
Add a new pet to the store
Built with