# Reseter Space | GenAI API Docs ## Docs - [Reseter Space developer platform](https://genai-docs.reseter.space/reseter-space-developer-platform-990897m0.md): ## API Docs - [Text Generation](https://genai-docs.reseter.space/text-generation-16753085e0.md): This API endpoint provides text generation functionality based on the provided prompt. The system maintains context through the `contextId` field - a 20-character identifier string. If the request does not contain a `contextId` or the value is invalid, the system will automatically generate a new `contextId`. When the request is successful, the `contextId` will be returned in the response so that the client can use it for subsequent requests. - [Upload File To Context To Generate Response With File Context](https://genai-docs.reseter.space/upload-file-to-context-to-generate-response-with-file-context-16753559e0.md): This API endpoint allows users to upload files and link them to a specific context through `contextId`. If no `contextId` is provided, the system will automatically generate a new identifier. When using an existing `contextId`, users need to ensure the validity of this code. After successful upload, the file will be integrated into the context and can be used by AI to generate text based on the file's content. - [Generate Text With Search Tool](https://genai-docs.reseter.space/generate-text-with-search-tool-16753735e0.md): This API endpoint has similar functionality to the text generation API endpoint mentioned earlier, with the difference that when making a request to this endpoint, the AI will perform a series of internet searches before generating the text. - [Image Generation](https://genai-docs.reseter.space/image-generation-16754244e0.md): This API endpoint provides image generation functionality from the input prompt. For details about available model codes and their features, please refer to the earlier sections of this documentation. Notably, the mfc-flux model supports image regeneration by using the `seed` field - simply pass the same positive integer value that was used in the original generation to recreate the image. - [Create Multilingual Voices With TTSv1](https://genai-docs.reseter.space/create-multilingual-voices-with-ttsv1-16754489e0.md): Under maintenance... - [Create Limited Language Voice with TTSv2](https://genai-docs.reseter.space/create-limited-language-voice-with-ttsv2-17006286e0.md): This API endpoint converts text to speech with limited language support compared to TTSv1. It only supports Vietnamese and English languages, specified through the `language` parameter in the request body.