Skip to main content
GET
/
projects
/
{projectId}
/
git
/
blobs
/
{repositoryBlobId}
Error
A valid request URL is required to generate request examples
{
  "id": "<string>",
  "sha": "<string>",
  "size": 123,
  "encoding": "base64",
  "content": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://developer.upsun.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

projectId
string
required
repositoryBlobId
string
required

Response

default - application/json
id
string
required

The identifier of Blob

sha
string
required

The identifier of the tag

size
integer
required

The size of the blob

encoding
enum<string>
required

The encoding of the contents

Available options:
base64,
utf-8
content
string
required

The contents

Last modified on May 7, 2026