Skip to main content
POST
/
utilities
/
upload
Upload File
curl --request POST \
  --url https://waas-staging.embedly.ng/api/v1/utilities/upload \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '{}'
{
  "code": "00",
  "success": true,
  "message": "Uploaded successfully",
  "data": []
}

Documentation Index

Fetch the complete documentation index at: https://developer.embedly.ng/llms.txt

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

file
file
required
The binary content of the file to be uploaded.

Response

{
  "code": "00",
  "success": true,
  "message": "Uploaded successfully",
  "data": []
}