Upload a blob file
POST/v2/endpoints/:endpoint/blobs
Uploads a binary file (e.g., image, JSON, PDF) to Beeceptor's storage.
Returns a blobPath which can be used in a MockAction to serve this file
as a response. Blobs are automatically managed and deleted by the system.
Request
Responses
- 201
- 400
- 401
- 403
- 404
- 500
Blob uploaded successfully.
Bad Request - Payload validation failed.
Unauthenticated - API key is missing or invalid.
Unauthorized - You don't have access to this endpoint.
Not Found - The requested resource does not exist.
Internal Server Error - An unexpected error occurred.