Skip to main content
POST
/
files
cURL
curl --request POST \
  --url https://pinapi.jackalprotocol.com/api/files \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: multipart/form' \
  --data '
{
  "file": "<string>"
}
'

Documentation Index

Fetch the complete documentation index at: https://pindocs.jackalprotocol.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.

Body

multipart/form
file
file
required

Response

Successful operation