> For the complete documentation index, see [llms.txt](https://ajuda.rnp.br/eduplay/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ajuda.rnp.br/eduplay/video-sob-demanda/manual-de-integracoes/api-para-integracao-com-o-eduplay/videos-pontos-de-integracao/obtencao-de-url-para-upload-de-arquivo-de-video.md).

# Obtenção de URL para upload de arquivo de vídeo

<mark style="color:blue;">`GET`</mark> `https://eduplay.rnp.br/services/video/upload/url/{identifierOrigin}/{videoFileName}`

#### Path Parameters

| Name                                               | Type   | Description                                       |
| -------------------------------------------------- | ------ | ------------------------------------------------- |
| identifierOrigin<mark style="color:red;">\*</mark> | String | identificador único do vídeo no sistema de origem |
| videoFileName<mark style="color:red;">\*</mark>    | String | nome do arquivo do vídeo com extensão             |

{% tabs %}
{% tab title="200: OK " %}

```xml
<returnMessage>
	<operationCode>CODIGO_DA_OPERACAO_DE_SUCESSO_OU_ERRO</operationCode>
	<message>MENSAGEM_EXPLICATIVA</message>
	<result>URL_SEGURA_PARA_UPLOAD</result> <!-- em caso de sucesso -->
</returnMessage>
```

{% endtab %}

{% tab title="403: Forbidden " %}

{% endtab %}

{% tab title="503: Service Unavailable " %}

{% endtab %}

{% tab title="500: Internal Server Error " %}

{% endtab %}

{% tab title="412: Precondition Failed " %}

{% endtab %}
{% endtabs %}

**Observações:**&#x20;

* A chamada à URL de upload (`URL_SEGURA_PARA_UPLOAD`), retornada por esse serviço só aceita requisições do tipo **POST**;&#x20;
* Dependendo do cliente utilizado para fazer a requisição da URL de upload, pode ocorrer o escape do caractere & para `&amp;` na resposta, resultando num erro 401 (não autorizado) na chamada para upload do vídeo.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://ajuda.rnp.br/eduplay/video-sob-demanda/manual-de-integracoes/api-para-integracao-com-o-eduplay/videos-pontos-de-integracao/obtencao-de-url-para-upload-de-arquivo-de-video.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
