202
✅ Success RFC 9110, Section 15.3.3
Accepted
The request has been accepted for processing, but the processing has not been completed.
Common Use
Used for asynchronous processing. The request is valid and queued for processing (e.g., video transcoding, batch jobs, report generation).
API Endpoint
https://codes.uncodigo.com/http/202 Example with curl
curl -i https://codes.uncodigo.com/http/202 Try It
GET /http/202 Click "Send Request" to see the response...
Example
Request
POST /jobs/export HTTP/1.1
Content-Type: application/json Response
HTTP/1.1 202 Accepted
Location: /jobs/12345/status