curl--location--request GET 'https://api.302.ai/302/file/parsing?url=https://302.ai' \
--header'Authorization: Bearer '
Responses
🟢200成功
application/json
Body
Example
{"code":0,"msg":"success","data":{"msg":"# API Migration Guide\n\n302.AI is fully aligned with [OpenAI Docs](https://platform.openai.com/docs/introduction) and [OpenAI API Reference](https://platform.openai.com/docs/api-reference) with identical usage methods.\nBased on the official [Model Endpoint Compatibility](https://platform.openai.com/docs/models/model-endpoint-compatibility)\n\nTo use the OpenAI API, simply replace **api.openai.com** with **api.302.ai** where needed.\n\nReplacement example:\nOpenAI : https://api.openai.com/v1/chat/completions\n\n302.AI : https://api.302.ai/v1/chat/completions\n\n**Please note:**\nSome Apps or websites have API_Base as:https://api.openai.com or https://api.openai.com/v1\nIn this case, it should be replaced with:https://api.302.ai or https://api.302.ai/v1"}}