v1

latestOpenAPI 3.1.0MIT2026-08-0492100246.4 KB
teams

Get URLs to upload images for a given team

post/teams/{team_name}/images

Path parameters

team_namestring required

The unique name for the team.

Example:cloudquery

Request body

Example request

{
  "images": [
    {
      "content_type": "image/png"
    }
  ]
}

Response

Response