{ "id": "<string>", "name": "<string>", "description": "<string>", "file_type": "<string>", "size": 123, "status": "<string>", "text_content": "<string>", "file_path": "<string>", "file_url": "<string>", "metadata": {}, "created_at": {} }
Retrieve content details
uploaded
processing
ready
error
curl -X GET https://api.judge.example.com/content/cnt_abc123 \ -H "Authorization: Bearer YOUR_API_KEY"