For the complete documentation index, see llms.txt. This page is also available as Markdown.

Add file to ipfs directly

POST /ipfs/file/direct

Add file to ipfs directly

Headers

Name
Value

Content-Type

application/json

Authorization

Bearer <token>

Response

description: Successful operation.
          content:
            application/json:
              schema:
                type: string

Was this helpful?