🖥️For Developers

POST data

Here are some PUT data examples of how to use Python, cURL, and Golang to interact with the provided API endpoints:

curl -X POST 'http://localhost:50000/v0/blob' \
  --data-binary @your_data_file \
  -H 'Content-Type: application/octet-stream'

Please note that you'll need to replace 'unique-blob-id' and 'your_data_file' with actual values or data when making requests with cURL or the provided code samples.

GET data

Here are some GET data examples of how to use Python, cURL, and Golang to interact with the provided API endpoints:

curl -o downloaded_data.bin 'http://localhost:50000/v0/blob/unique-blob-id'

Please note that you'll need to replace 'unique-blob-id' and 'your_data_file' with actual values or data when making requests with cURL or the provided code samples.

STATUS

Here are some STATUS examples of how to use Python, cURL, and Golang to interact with the provided API endpoints:

curl 'http://localhost:50000/v0/blob/unique-blob-id/status'

Please note that you'll need to replace 'unique-blob-id' and 'your_data_file' with actual values or data when making requests with cURL or the provided code samples.

Last updated