Add IPFS object
This endpoint is used to add an IPFS object to the network. The object can be a file or a directory.
| Query Parameters |
|---|
ignore-dupes stringIgnore Dupes |
overwrite stringOverwrite conflicting files in collections |
| Request Body — REQUIRED IPFS Body |
|---|
cid string |
meta object |
name string |
origins string[] |
| Responses | ||||
|---|---|---|---|---|
200OK
| ||||
400Bad Request
| ||||
500Internal Server Error
|